[K/N] Simplify dependencies around kotlin-native/
This commit is contained in:
committed by
Space Team
parent
24ede14e37
commit
e8202c3355
@@ -5,16 +5,16 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlinStdlib())
|
||||
implementation(project(":kotlin-native:backend.native"))
|
||||
implementation(project(":native:cli-native"))
|
||||
implementation(project(":compiler:cli-common"))
|
||||
implementation(project(":compiler:util"))
|
||||
implementation(project(":kotlin-native:Interop:StubGenerator"))
|
||||
implementation(project(":kotlin-native:klib"))
|
||||
implementation(project(":kotlin-native:endorsedLibraries:kotlinx.cli", configuration = "jvmRuntimeElements"))
|
||||
implementation(project(":native:kotlin-native-utils"))
|
||||
implementation(project(":kotlin-native:common", configuration = "filesInteropStubs"))
|
||||
implementation(project(":kotlin-native:backend.native")) // used by generatePlatformLibraries command for cache generation
|
||||
implementation(project(":kotlin-native:common", configuration = "envInteropStubs"))
|
||||
implementation(project(":kotlin-native:common", configuration = "filesInteropStubs"))
|
||||
implementation(project(":kotlin-native:endorsedLibraries:kotlinx.cli", configuration = "jvmRuntimeElements"))
|
||||
implementation(project(":kotlin-native:klib"))
|
||||
implementation(project(":native:cli-native"))
|
||||
implementation(project(":native:kotlin-native-utils"))
|
||||
}
|
||||
|
||||
tasks.withType<KotlinJvmCompile>().configureEach {
|
||||
|
||||
Reference in New Issue
Block a user