Revert "Use IDEA ASM in kapt module"

This reverts commit 903defdf
This commit is contained in:
Nikolay Krasko
2021-02-11 01:07:38 +03:00
parent 73aa465ee9
commit 2c4a6fdb98
@@ -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 }
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.