scopeFromSourceSet

abstract fun scopeFromSourceSet(sourceSetName: String, vararg sourceSetNames: String): KoScope

Creates a KoScope containing all of Kotlin files in source set. If the source set is present in multiple modules then all of them will be included. Method does return Kotlin files present in build directories such as "build" and "target".

Return

a KoScope containing all of Kotlin files in source set.

Parameters

sourceSetName

The name of the source set.

sourceSetNames

The name(s) of the source set(s).