[Gradle][MPP] Cache kotlinProjectStructureMetadata for multiplatform projects
GranularMetadataTransformation requires the metadata for dependency projects, for every given source set multiple times. This lead to the metadata being built extremely often, causing a significant bottleneck during import.
This commit is contained in:
committed by
Space
parent
d8b4a88400
commit
9c67276201
-2
@@ -72,5 +72,3 @@ data class KotlinToolingMetadata(
|
||||
const val currentSchemaVersion: String = "1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user