[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:
Pavel Punegov
2023-03-10 12:57:35 +00:00
committed by Space Team
parent 633d840c88
commit aed6272107
43 changed files with 38 additions and 25 deletions
@@ -210,7 +210,7 @@ task sanity {
})
dependsOn(":kotlin-native:Interop:Indexer:check")
dependsOn(":kotlin-native:Interop:StubGenerator:check")
dependsOn(":kotlin-native-shared:check")
dependsOn(":native:kotlin-native-utils:check")
}
boolean isExcluded(String dir) {