connectToKotlinSourceSet

abstract fun connectToKotlinSourceSet(name: String)

Connects the generated sources to the given Kotlin source set. Throws if the Kotlin plugin is not applied

Parameters

name

: the name of the source set. For an example, "commonTest"