[FIR] Introduce module for all jvm extensions

This commit is contained in:
Simon Ogorodnik
2019-12-18 14:42:09 +03:00
committed by Mikhail Glukhikh
parent 99489321f1
commit 05308a3652
9 changed files with 27 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ dependencies {
compile(commonDep("org.jline", "jline"))
compile(project(":compiler:fir:psi2fir"))
compile(project(":compiler:fir:resolve"))
compile(project(":compiler:fir:jvm"))
compile(project(":compiler:fir:java"))
compile(project(":compiler:fir:fir2ir"))
compile(toolsJar())