withSourceSet

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

List containing declarations with source set.

Return

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

Parameters

name

The source set name to include.

names

The source set name(s) to include.


List containing declarations with source set.

Return

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

Parameters

names

The source set name(s) to include.