[K/N] Fix kotlin-native-shared usage in build-tools
This commit is contained in:
@@ -82,7 +82,7 @@ dependencies {
|
|||||||
implementation("io.ktor:ktor-client-cio:$ktorVersion")
|
implementation("io.ktor:ktor-client-cio:$ktorVersion")
|
||||||
|
|
||||||
api(project(":native:kotlin-native-utils"))
|
api(project(":native:kotlin-native-utils"))
|
||||||
api(project(":kotlin-native:shared"))
|
api(project(":kotlin-native-shared"))
|
||||||
api(project(":kotlinx-metadata-klib"))
|
api(project(":kotlinx-metadata-klib"))
|
||||||
api(project(":kotlin-util-klib"))
|
api(project(":kotlin-util-klib"))
|
||||||
implementation("gradle.plugin.com.github.johnrengelman:shadow:${rootProject.extra["versions.shadow"]}")
|
implementation("gradle.plugin.com.github.johnrengelman:shadow:${rootProject.extra["versions.shadow"]}")
|
||||||
|
|||||||
+2
-1
@@ -784,5 +784,6 @@ if (buildProperties.isKotlinNativeEnabled) {
|
|||||||
include ":kotlin-native-compiler-embeddable"
|
include ":kotlin-native-compiler-embeddable"
|
||||||
project(":kotlin-native-compiler-embeddable").projectDir = "$rootDir/kotlin-native/prepare/kotlin-native-embeddable-compiler" as File
|
project(":kotlin-native-compiler-embeddable").projectDir = "$rootDir/kotlin-native/prepare/kotlin-native-embeddable-compiler" as File
|
||||||
include ':kotlin-native:build-tools'
|
include ':kotlin-native:build-tools'
|
||||||
include ':kotlin-native:shared'
|
include ':kotlin-native-shared'
|
||||||
|
project(":kotlin-native-shared").projectDir = "$rootDir/kotlin-native/shared" as File
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user