[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
@@ -26,7 +26,6 @@ apply plugin: 'kotlin.native.build-tools-conventions'
apply plugin: 'native-dependencies'
configurations {
cli_bc
update_tests
nopPluginApi
@@ -1443,7 +1442,7 @@ dependencies {
nopPluginApi project(":kotlin-util-klib-metadata")
nopPluginApi project(":compiler:ir.serialization.common")
api project(path: ':kotlin-native:backend.native', configuration: 'cli_bcApiElements')
api project(':native:cli-native')
api libs.junit4
}