Split core into descriptors, descriptors.jvm, deserialization, descriptors.runtime
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user