@@ -45,7 +45,7 @@ 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 }
|
||||||
compileOnly(intellijDep()) { includeJars("asm-all") }
|
testCompileOnly("org.jetbrains.intellij.deps:asm-all:9.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Aapt2 from Android Gradle Plugin 3.2 and below does not handle long paths on Windows.
|
// Aapt2 from Android Gradle Plugin 3.2 and below does not handle long paths on Windows.
|
||||||
|
|||||||
Reference in New Issue
Block a user