[FIR] Move deserialization files to module :compiler:fir:fir-deserialization

This commit is contained in:
Dmitriy Novozhilov
2020-08-28 12:08:17 +03:00
parent ca031f7ace
commit ed4c6a38b6
17 changed files with 38 additions and 11 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies {
testCompile(project(":compiler:fir:jvm"))
testCompile(project(":compiler:fir:fir2ir:jvm-backend"))
testCompile(project(":compiler:fir:fir-serialization"))
testCompile(project(":compiler:fir:fir-deserialization"))
testCompile(project(":compiler:fir:cones"))
testCompile(project(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:checkers"))