[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
@@ -45,6 +45,7 @@ val projectsToShadow by extra(listOf(
":compiler:fir:checkers",
":compiler:fir:resolve",
":compiler:fir:fir-serialization",
":compiler:fir:fir-deserialization",
":compiler:fir:tree",
":compiler:fir:java",
":compiler:fir:jvm",