[K/N][build] Set name to the build-tools

This commit is contained in:
Pavel Punegov
2023-02-17 17:47:17 +01:00
committed by Space Team
parent 7eb552bb93
commit 79b9070c33
2 changed files with 4 additions and 2 deletions
@@ -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
View File
@@ -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'