[FIR] Reorganize modules of raw fir builders

This commit is contained in:
Dmitriy Novozhilov
2020-03-25 12:20:24 +03:00
parent 0d6bb33f49
commit 6c9dd8bb22
161 changed files with 419 additions and 359 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ dependencies {
testCompile(project(":compiler:util"))
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:fir:tree"))
testCompile(project(":compiler:fir:psi2fir"))
testCompile(project(":compiler:fir:lightTree"))
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"))