Resources

data class Resources(val excludes: Set<String>, val pickFirsts: Set<String>, val merges: Set<String>) : Serializable

Constructors

Link copied to clipboard
constructor(excludes: Set<String>, pickFirsts: Set<String>, merges: Set<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The excluded pattern(s).

Link copied to clipboard

The pattern(s) for which matching resources are merged into a single entry.

Link copied to clipboard

The pattern(s) for which the first occurrence is packaged. Ordering is determined by the order of dependencies.