Skip to content

Commit

Permalink
Removed info about deprecated Kotlin/Native Shared (JetBrains#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
LepilkinaElena authored Sep 24, 2019
1 parent f18994c commit ea3d5da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea3d5da

Please sign in to comment.