From ea3d5dab4eb7fab102bf32306c89a0d4f68df1bb Mon Sep 17 00:00:00 2001 From: LepilkinaElena Date: Tue, 24 Sep 2019 11:11:28 +0300 Subject: [PATCH] Removed info about deprecated Kotlin/Native Shared (#3376) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index cebaea52f92..ffe0d53f1c8 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,6 @@ against it, use the `kotlinProjectPath` project property: ./gradlew dist -PkotlinProjectPath=path/to/kotlin/project -To include [Kotlin/Native Shared](https://github.com/JetBrains/kotlin-native-shared) in a composite build and build against -it, use the `sharedProjectPath` project property: - - ./gradlew dist -PsharedProjectPath=path/to/kotlin/native/shared - It's possible to include in a composite build both Kotlin compiler and Kotlin/Native Shared simultaneously. After that, you should be able to compile your programs like this: