resideInSourceSet

abstract fun resideInSourceSet(sourceSetName: String): Boolean

Determines whatever declaration reside in source set.

Return

true if a declaration resides in the specified source set, false otherwise.

Parameters

sourceSetName

The name of the source set to check.