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
@@ -18,7 +18,6 @@ dependencies {
testCompile(project(":compiler:fir:raw-fir:psi2fir"))
testCompile(project(":compiler:fir:raw-fir:light-tree2fir"))
testCompile(project(":compiler:fir:fir2ir"))
testCompile(project(":compiler:fir:jvm"))
testCompile(project(":compiler:fir:fir2ir:jvm-backend"))
testCompile(project(":compiler:fir:fir-serialization"))
testCompile(project(":compiler:fir:fir-deserialization"))