Build: implement useBootstrapStdlib flag
Excludes stdlib projects from build and uses bootstrap stdlib artifacts #KT-29205
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies {
|
||||
val compileOnly by configurations
|
||||
|
||||
|
||||
compile(projectDist(":kotlin-stdlib"))
|
||||
compile(kotlinStdlib())
|
||||
compileOnly(project(":kotlin-reflect-api"))
|
||||
compile(project(":core:descriptors"))
|
||||
compile(project(":compiler:fir:tree"))
|
||||
|
||||
Reference in New Issue
Block a user