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
+4 -2
View File
@@ -2,8 +2,10 @@
apply { plugin("kotlin") }
dependencies {
testCompile(project(":core"))
testCompile(project(":core::util.runtime"))
testCompile(project(":core:descriptors"))
testCompile(project(":core:descriptors.jvm"))
testCompile(project(":core:deserialization"))
testCompile(project(":core:descriptors.runtime"))
testCompile(project(":compiler:util"))
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:frontend"))