[K/N][build] Set name to the build-tools
This commit is contained in:
committed by
Space Team
parent
7eb552bb93
commit
79b9070c33
@@ -1,4 +1,4 @@
|
||||
rootProject.name = "build-tools"
|
||||
rootProject.name = "native-build-tools"
|
||||
|
||||
pluginManagement {
|
||||
apply(from = "../../repo/scripts/cache-redirector.settings.gradle.kts")
|
||||
|
||||
+3
-1
@@ -788,7 +788,9 @@ project(':kotlin-scripting-ide-common').projectDir = "$rootDir/plugins/scripting
|
||||
// Uncomment to use locally built protobuf-relocated
|
||||
// includeBuild("dependencies/protobuf")
|
||||
if (buildProperties.isKotlinNativeEnabled) {
|
||||
includeBuild("kotlin-native/build-tools")
|
||||
includeBuild("kotlin-native/build-tools") {
|
||||
name = "native-build-tools"
|
||||
}
|
||||
include ':kotlin-native:dependencies'
|
||||
include ':kotlin-native:endorsedLibraries:kotlinx.cli'
|
||||
include ':kotlin-native:endorsedLibraries'
|
||||
|
||||
Reference in New Issue
Block a user