withoutSourceSet

fun <T : KoSourceSetProvider> List<T>.withoutSourceSet(name: String, vararg names: String): List<T>

List containing declarations without source set.

Return

A list containing declarations that don't reside in any of the specified source sets.

Parameters

name

The source set name to exclude.

names

The source set name(s) to exclude.


List containing declarations without source set.

Return

A list containing declarations that don't reside in any of the specified source sets.

Parameters

names

The source set name(s) to exclude.