Build: implement useBootstrapStdlib flag
Excludes stdlib projects from build and uses bootstrap stdlib artifacts #KT-29205
This commit is contained in:
@@ -215,3 +215,9 @@ ext.configurePublishing = { Project project ->
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
allprojects { project ->
|
||||
dependencies.ext.kotlinStdlib = { suffix ->
|
||||
DependenciesKt.kotlinStdlib(project, suffix)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user