Move common classes to new :core:deserialization:deserialization.common module

This commit is contained in:
Dmitriy Novozhilov
2020-08-17 00:04:52 +03:00
parent 079a2dfe1e
commit 6f0cd14afa
11 changed files with 89 additions and 58 deletions
+18 -16
View File
@@ -85,22 +85,6 @@ include ":benchmarks",
":compiler:visualizer:common",
":compiler:visualizer:render-fir",
":compiler:visualizer:render-psi",
":compiler:fir:cones",
":compiler:fir:tree",
":compiler:fir:tree:tree-generator",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:light-tree2fir",
":compiler:fir:fir2ir",
":compiler:fir:fir2ir:jvm-backend",
":compiler:fir:resolve",
":compiler:fir:fir-serialization",
":compiler:fir:java",
":compiler:fir:modularized-tests",
":compiler:fir:dump",
":compiler:fir:jvm",
":compiler:fir:checkers",
":compiler:fir:analysis-tests",
":compiler:frontend",
":compiler:frontend.common",
":compiler:frontend.java",
@@ -154,6 +138,7 @@ include ":benchmarks",
":core:type-system",
":core:descriptors.jvm",
":core:deserialization",
":core:deserialization:deserialization.common",
":core:descriptors.runtime",
":core:metadata",
":core:metadata.jvm",
@@ -312,6 +297,23 @@ include ":benchmarks",
":kotlin-serialization",
":kotlin-serialization-unshaded"
include ":compiler:fir:cones",
":compiler:fir:tree",
":compiler:fir:tree:tree-generator",
":compiler:fir:raw-fir:fir-common",
":compiler:fir:raw-fir:psi2fir",
":compiler:fir:raw-fir:light-tree2fir",
":compiler:fir:fir2ir",
":compiler:fir:fir2ir:jvm-backend",
":compiler:fir:resolve",
":compiler:fir:fir-serialization",
":compiler:fir:java",
":compiler:fir:modularized-tests",
":compiler:fir:dump",
":compiler:fir:jvm",
":compiler:fir:checkers",
":compiler:fir:analysis-tests"
include ":idea:idea-frontend-fir:idea-fir-low-level-api"
include ":prepare:ide-plugin-dependencies:android-extensions-compiler-plugin-for-ide",