[Gradle][MPP] Add very small doc on KotlinProjectStructureMetadata

^KT-48135 Verification Pending
This commit is contained in:
Sebastian Sellmair
2022-09-21 12:58:51 +02:00
committed by Space
parent 929750011a
commit 4ddd23b09f
@@ -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>>,