Use IDEA ASM in kotlin-gradle-plugin-integration-tests module

This commit is contained in:
Yaroslav Chernyshev
2021-02-11 10:58:47 +03:00
parent c3c8991ab6
commit 4b62b2de0c
@@ -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.