Introduce new modules for common parts of deserialization

This commit is contained in:
Dmitriy Novozhilov
2020-09-09 13:06:57 +03:00
parent 2f4bd626fc
commit 07a3009d43
14 changed files with 65 additions and 2 deletions
+2
View File
@@ -14,6 +14,8 @@ dependencies {
api(project(":compiler:fir:jvm"))
api(project(":compiler:fir:fir-deserialization"))
implementation(project(":core:deserialization.common.jvm"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}