[K/N][build] Remove obsolete kotlin-native-shared project

This project was replaced by the :native:kotlin-native-utils located at
native/utils. All sources were already merged.


Merge-request: KT-MR-11847
Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
Pavel Punegov
2023-08-28 14:57:16 +00:00
committed by Space Team
parent 57294f91fe
commit ecb6b5dc58
9 changed files with 3 additions and 116 deletions
@@ -24,5 +24,5 @@ dependencies {
implementation project(':kotlin-native:klib')
implementation project(":kotlin-native:utilities:basic-utils")
implementation project(path: ":kotlin-native:endorsedLibraries:kotlinx.cli", configuration: "jvmRuntimeElements")
implementation project(":kotlin-native-shared")
implementation project(":native:kotlin-native-utils")
}