[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:
sebastian.sellmair
2022-06-09 09:57:39 +02:00
committed by Space
parent d8b4a88400
commit 9c67276201
6 changed files with 26 additions and 21 deletions
@@ -72,5 +72,3 @@ data class KotlinToolingMetadata(
const val currentSchemaVersion: String = "1.1.0"
}
}