[K/N] Simplify dependencies around kotlin-native/
This commit is contained in:
committed by
Space Team
parent
24ede14e37
commit
e8202c3355
@@ -3,7 +3,13 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":kotlin-native:backend.native"))
|
||||
compileOnly(intellijCore())
|
||||
|
||||
implementation(project(":compiler:cli"))
|
||||
implementation(project(":compiler:cli-common"))
|
||||
implementation(project(":compiler:util"))
|
||||
implementation(project(":kotlin-native:backend.native"))
|
||||
implementation(project(":native:frontend.native"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user