[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
+1 -1
View File
@@ -19,7 +19,7 @@ dependencies {
compile(project(":kotlin-util-klib-metadata"))
compile(project(":plugins:android-extensions-compiler"))
compile(project(":kotlin-scripting-compiler-impl"))
compile(project(":compiler:fir:psi2fir"))
compile(project(":compiler:fir:raw-fir:psi2fir"))
compile(project(":compiler:fir:fir2ir"))
compile(project(":compiler:fir:resolve"))
compile(project(":compiler:fir:checkers"))