[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
@@ -10,6 +10,7 @@ dependencies {
compile(project(":compiler:fir:resolve"))
compile(project(":compiler:fir:checkers"))
implementation(project(":compiler:fir:jvm"))
api(project(":compiler:fir:fir-deserialization"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}