Revert "Fix IDEA import after including kotlin-native-shared in Gradle plugin"
This reverts commit 774dbcd6c0.
This commit is contained in:
@@ -46,14 +46,6 @@ dependencies {
|
|||||||
// Workaround for missing transitive import of the common(project `kotlin-test-common`
|
// Workaround for missing transitive import of the common(project `kotlin-test-common`
|
||||||
// for `kotlin-test-jvm` into the IDE:
|
// for `kotlin-test-jvm` into the IDE:
|
||||||
testCompileOnly(project(":kotlin-test:kotlin-test-common")) { isTransitive = false }
|
testCompileOnly(project(":kotlin-test:kotlin-test-common")) { isTransitive = false }
|
||||||
|
|
||||||
// Workaround for IDE import. IDEA cannot resolve kotlin-native-shared included in the
|
|
||||||
// Gradle plugin's fat jar so we declare it here explicitly.
|
|
||||||
if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
|
||||||
testCompileOnly(commonDep("org.jetbrains.kotlin:kotlin-native-shared")) {
|
|
||||||
isTransitive = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val jpsIncrementalTestsClass = "**/KotlinGradlePluginJpsParametrizedIT.class"
|
val jpsIncrementalTestsClass = "**/KotlinGradlePluginJpsParametrizedIT.class"
|
||||||
|
|||||||
Reference in New Issue
Block a user