[Gradle][MPP] Add very small doc on KotlinProjectStructureMetadata
^KT-48135 Verification Pending
This commit is contained in:
committed by
Space
parent
929750011a
commit
4ddd23b09f
+5
@@ -92,6 +92,11 @@ sealed class SourceSetMetadataLayout(
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Represents the structure of "shared" source sets within a Kotlin Project.
|
||||
* Note: This entity is designed to only list "shared" source sets.
|
||||
* No "platform" source sets will be listed.
|
||||
*/
|
||||
data class KotlinProjectStructureMetadata(
|
||||
@Input
|
||||
val sourceSetNamesByVariantName: Map<String, Set<String>>,
|
||||
|
||||
Reference in New Issue
Block a user