get

suspend fun get(sourceSetName: SourceSetName): LazySet<Generated>(source)

Return

all Generated declarations for a given source set


suspend fun get(sourceSetName: SourceSetName, sourceDeclarations: LazySet<DeclaredName>): LazySet<Generated>(source)

Return

all Generated declarations from a given source set which reference a declaration contained in sourceDeclarations. One example would be generated Android resources which come from another module.