Use IDEA ASM in kapt module

This commit is contained in:
Mikhael Bogdanov
2021-02-10 10:31:03 +01:00
parent 154a768a3a
commit 903defdf30
@@ -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")
compileOnly(intellijDep()) { includeJars("asm-all") }
}
// Aapt2 from Android Gradle Plugin 3.2 and below does not handle long paths on Windows.