[K/N] Merge :kotlin-native-shared with :native:kotlin-native-utils
* Code was moved to utils, but sources are included to the shared until bootstrap advance. * Fixed dependencies and set API & LV to 1.4 for the modules used with Gradle. Merge-request: KT-MR-9122 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
633d840c88
commit
aed6272107
@@ -18,9 +18,9 @@ idePluginDependency {
|
||||
val embedded by configurations
|
||||
|
||||
dependencies {
|
||||
embedded(project(":kotlin-native-shared")) { isTransitive = false }
|
||||
embedded(project(":kotlin-native:backend.native")) { isTransitive = false }
|
||||
|
||||
proguardLibraryJars(project(":kotlin-native-shared")) { isTransitive = false }
|
||||
proguardLibraryJars(project(":kotlin-native:backend.native", "kotlin_stdlib_jar"))
|
||||
proguardLibraryJars(project(":kotlin-native:backend.native", "kotlin_reflect_jar"))
|
||||
proguardLibraryJars(project(":kotlin-native:backend.native", "cli_bcApiElements"))
|
||||
|
||||
Reference in New Issue
Block a user