Use IDEA ASM in kotlin-gradle-plugin-integration-tests module
This commit is contained in:
@@ -45,7 +45,7 @@ dependencies {
|
||||
// Workaround for missing transitive import of the common(project `kotlin-test-common`
|
||||
// for `kotlin-test-jvm` into the IDE:
|
||||
testCompileOnly(project(":kotlin-test:kotlin-test-common")) { isTransitive = false }
|
||||
testCompileOnly("org.jetbrains.intellij.deps:asm-all:9.0")
|
||||
testCompileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
|
||||
}
|
||||
|
||||
// Aapt2 from Android Gradle Plugin 3.2 and below does not handle long paths on Windows.
|
||||
|
||||
Reference in New Issue
Block a user