scopeFromDirectory

abstract fun scopeFromDirectory(path: String, vararg paths: String): KoScope

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

Return

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

Parameters

path

The path relative to the project root directory.

paths

The path(s) relative to the project root directory