scopeFromExternalDirectories

abstract fun scopeFromExternalDirectories(absolutePaths: Collection<String>): KoScope

Creates a KoScope containing all of Kotlin files in the given directories. Some features (as KoFile.projectPath, KoFile.moduleName) do not work with this method.

Return

a KoScope containing all of Kotlin files in the given directory.

Parameters

absolutePaths

Set of the absolute paths to the directory from outside the project.