Root

The root node in the hierarchy DSL structure.

Functions

Link copied to clipboard
abstract fun excludeSourceSetTree(vararg tree: KotlinSourceSetTree)

Removes the given trees from this descriptor.

Link copied to clipboard
abstract fun sourceSetTrees(vararg tree: KotlinSourceSetTree)

Defines the KotlinSourceSetTrees that the described hierarchy is applied to.

Link copied to clipboard
abstract fun withSourceSetTree(vararg tree: KotlinSourceSetTree)

Adds the given trees into this descriptor.