IR: add ir.backend.common to jvm backend dependencies
(cherry picked from commit 0776e3d)
This commit is contained in:
committed by
Dmitry Petrov
parent
9bcc3cae79
commit
1d67cd3b97
@@ -13,6 +13,7 @@ dependencies {
|
||||
compile(project(":compiler:frontend.java"))
|
||||
compile(project(":compiler:ir.tree"))
|
||||
compile(project(":compiler:ir.psi2ir"))
|
||||
compile(project(":compiler:ir.backend.common"))
|
||||
compile(project(":compiler:serialization"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "guava", rootProject = rootProject) }
|
||||
|
||||
Reference in New Issue
Block a user