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