withoutProjectPath

fun <T : KoPathProvider> List<T>.withoutProjectPath(path: String, vararg paths: String): List<T>

List containing declarations without project path.

Return

A list containing declarations that don't reside in any of the specified project paths.

Parameters

path

The project path to exclude.

paths

The project paths to exclude.


List containing declarations without project path.

Return

A list containing declarations that don't reside in any of the specified project paths.

Parameters

paths

The project paths to exclude.