Move common classes to new :core:deserialization:deserialization.common module
This commit is contained in:
+18
-16
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user