191: asm-all has 7.0-beta version in Intellij 191
Pass project to fetch extra parameters for asm-all work
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies {
|
||||
compile(project(":compiler:backend"))
|
||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeJars("asm-all") }
|
||||
compileOnly(intellijDep()) { includeJars("asm-all", rootProject = rootProject) }
|
||||
|
||||
testCompile(project(":compiler:util"))
|
||||
testCompile(project(":compiler:backend"))
|
||||
|
||||
Reference in New Issue
Block a user