GeneratedDeclarations
Types
Link copied to clipboard
The ProjectContext key for GeneratedDeclarations.
Link copied to clipboard
private data class SourceSetWithDeclarations(val sourceSetName: SourceSetName, val sourceDeclarations: LazySet<DeclaredName>)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
the map holds all generated declarations for a given ReferenceName. This is more efficient than a linear search/filter of a full list of Generated when there will be lookups for more than one source.
Functions
Link copied to clipboard
suspend fun get(sourceSetName: SourceSetName, sourceDeclarations: LazySet<DeclaredName>): LazySet<Generated>
Link copied to clipboard