Build: implement useBootstrapStdlib flag

Excludes stdlib projects from build and uses bootstrap stdlib artifacts

 #KT-29205
This commit is contained in:
Vyacheslav Gerasimov
2019-01-16 07:07:27 +03:00
parent 9973446e02
commit f58acbeef5
83 changed files with 150 additions and 118 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ sourceSets {
}
dependencies {
compile(project(":kotlin-stdlib"))
compile(kotlinStdlib())
compileOnly(project(":core:metadata"))
compileOnly(protobufLite())
}
@@ -36,7 +36,7 @@ configurations.getByName("compileOnly").extendsFrom(shadows)
configurations.getByName("testCompile").extendsFrom(shadows)
dependencies {
compile(project(":kotlin-stdlib"))
compile(kotlinStdlib())
shadows(project(":kotlinx-metadata"))
shadows(project(":core:metadata"))
shadows(project(":core:metadata.jvm"))