提交 2c4a6fdb 编写于 作者: N Nikolay Krasko

Revert "Use IDEA ASM in kapt module"

This reverts commit 903defdf
上级 73aa465e
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册