scopeFromModules

abstract fun scopeFromModules(moduleNames: Collection<String>): KoScope

Creates a KoScope containing all of Kotlin files in the module. Method does return Kotlin files present in build directories such as "build" and "target".

Return

a KoScope containing all of Kotlin files in the module.

Parameters

moduleNames

Set of the module names.