[K/N] Extract :native:cli-native from kotlin-native/backend.native/cli.bc

This commit is contained in:
Alexander Shabalin
2024-03-02 01:51:44 +01:00
committed by Space Team
parent bce550dce4
commit 0542b62430
11 changed files with 29 additions and 42 deletions
@@ -48,12 +48,14 @@ dependencies {
kotlinNativeEmbedded(project(":kotlin-native:backend.native"))
kotlinNativeEmbedded(project(":kotlin-native:utilities:cli-runner"))
kotlinNativeEmbedded(project(":kotlin-native:klib"))
kotlinNativeEmbedded(project(":kotlin-native:backend.native", "cli_bcApiElements"))
kotlinNativeEmbedded(project(":native:cli-native"))
kotlinNativeEmbedded(project(":kotlin-native:endorsedLibraries:kotlinx.cli", "jvmRuntimeElements"))
kotlinNativeEmbedded(project(":kotlin-compiler")) { isTransitive = false }
kotlinNativeSources(project(":kotlin-native:backend.native"))
kotlinNativeSources(project(":native:cli-native"))
kotlinNativeJavadoc(project(":kotlin-native:backend.native"))
kotlinNativeJavadoc(project(":native:cli-native"))
testImplementation(libs.junit4)
testImplementation(kotlinTest("junit"))