kotlin-gradle-plugin-api
Toggle table of contents
2.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-gradle-plugin-api
kotlin-gradle-plugin-api
/
org.jetbrains.kotlin.gradle.plugin
/
KotlinHierarchyBuilder
/
group
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
Kotlin
Hierarchy
Builder.
common