Merge :compiler:fir:jvm module into :compiler:fir:java

This commit is contained in:
Dmitriy Novozhilov
2021-09-08 15:59:27 +03:00
committed by TeamCityServer
parent 8ffe3764ef
commit 405670e111
18 changed files with 2 additions and 26 deletions
-1
View File
@@ -24,7 +24,6 @@ dependencies {
compile(commonDep("org.jline", "jline"))
compile(project(":compiler:fir:raw-fir:psi2fir"))
compile(project(":compiler:fir:resolve"))
compile(project(":compiler:fir:jvm"))
compile(project(":compiler:fir:java"))
implementation(project(":compiler:fir:entrypoint"))
compile(project(":compiler:fir:fir2ir"))