generatedDeclarations
shorthand for project.get(GeneratedDeclarations)
suspend fun ProjectContext.generatedDeclarations(sourceSetName: SourceSetName): LazySet<Generated>(source)
Return
all Generated declarations for a given source set
suspend fun ProjectContext.generatedDeclarations(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.