scopeFromModule

abstract fun scopeFromModule(moduleName: String, vararg moduleNames: 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

moduleName

The name of the module.

moduleNames

The name(s) of the module(s).