Split core into descriptors, descriptors.jvm, deserialization, descriptors.runtime

This commit is contained in:
Alexander Udalov
2017-11-06 17:55:01 +01:00
parent 328e906b57
commit 02981038f3
26 changed files with 321 additions and 94 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ dependencies {
compile(ideaSdkDeps("openapi"))
testCompile(project(":compiler:incremental-compilation-impl"))
testCompile(project(":core"))
testCompile(project(":core:descriptors"))
testCompile(project(":core:descriptors.jvm"))
testCompile(project(":compiler:frontend.java"))
testCompile(projectTests(":jps-plugin"))
testCompile(ideaSdkDeps("jps-model.jar", subdir = "jps"))