kotlin

abstract fun kotlin(configure: SourceDirectorySet.() -> Unit): SourceDirectorySet

Configures the SourceDirectorySet containing Kotlin source files with the provided configuration.

See also

kotlin

Represents a set of Kotlin source files that are included in this KotlinSourceSet.

See also