Build: implement useBootstrapStdlib flag
Excludes stdlib projects from build and uses bootstrap stdlib artifacts #KT-29205
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies {
|
||||
compileOnly(project(":compiler:frontend"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
|
||||
runtime(project(":kotlin-stdlib"))
|
||||
runtime(kotlinStdlib())
|
||||
|
||||
testRuntimeOnly(intellijDep()) {
|
||||
includeJars("guava", rootProject = rootProject)
|
||||
|
||||
Reference in New Issue
Block a user