group

abstract fun group(name: String, build: KotlinHierarchyBuilder.() -> Unit = {})

Creates a group of KotlinSourceSets with the given name and structure provided via the build block.

See also