[Gradle] Implement MppIdeDependencyResolutionIT.testCommonizedPlatformDependencyResolution

^KT-55238 Verification Pending
This commit is contained in:
Sebastian Sellmair
2022-12-02 16:04:41 +01:00
committed by Space Team
parent ee07fcc00b
commit 1ec7e404fd
4 changed files with 162 additions and 0 deletions
@@ -54,6 +54,11 @@ dependencies {
requireCapability("org.jetbrains.kotlin:atomicfu-common")
}
}
testImplementation(project(":kotlin-gradle-plugin-idea"))
testImplementation(testFixtures(project(":kotlin-gradle-plugin-idea")))
testImplementation(project(":kotlin-gradle-plugin-idea-proto"))
testImplementation(project(":kotlin-gradle-plugin-model"))
testImplementation(project(":kotlin-gradle-build-metrics"))
testImplementation(project(":kotlin-project-model"))