Create new core module: type-system
This commit is contained in:
committed by
Simon Ogorodnik
parent
fe278ea0a0
commit
f7702d3e43
@@ -8,17 +8,19 @@ plugins {
|
||||
}
|
||||
|
||||
val projectsToShadow = listOf(
|
||||
":kotlin-build-common",
|
||||
":compiler:cli-common",
|
||||
":kotlin-compiler-runner",
|
||||
":compiler:daemon-common",
|
||||
":core:descriptors",
|
||||
":core:descriptors.jvm",
|
||||
":idea:idea-jps-common",
|
||||
":jps-plugin",
|
||||
":kotlin-preloader",
|
||||
":compiler:util",
|
||||
":core:util.runtime")
|
||||
":core:type-system",
|
||||
":kotlin-build-common",
|
||||
":compiler:cli-common",
|
||||
":kotlin-compiler-runner",
|
||||
":compiler:daemon-common",
|
||||
":core:descriptors",
|
||||
":core:descriptors.jvm",
|
||||
":idea:idea-jps-common",
|
||||
":jps-plugin",
|
||||
":kotlin-preloader",
|
||||
":compiler:util",
|
||||
":core:util.runtime"
|
||||
)
|
||||
|
||||
dependencies {
|
||||
projectsToShadow.forEach {
|
||||
|
||||
Reference in New Issue
Block a user