From cf9f120d5507209c6e353f9864e8fe5243a67f94 Mon Sep 17 00:00:00 2001 From: 1anisim <70746131+1anisim@users.noreply.github.com> Date: Tue, 8 Sep 2020 14:54:47 +0300 Subject: [PATCH] Update ReadMe.md Added a section about Multiplatform Capabilities, highlighted KMM --- ReadMe.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 227f87f7b17..6f334e6bd9d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -18,6 +18,16 @@ Welcome to [Kotlin](https://kotlinlang.org/)! Some handy links: * [Public Slack channel](https://slack.kotlinlang.org/) * [TeamCity CI build](https://teamcity.jetbrains.com/project.html?tab=projectOverview&projectId=Kotlin) +## Kotlin Multiplatform capabilities + +Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the same code for [different platforms](https://kotlinlang.org/docs/reference/mpp-supported-platforms.html) while retaining the flexibility and benefits of native programming. + + * [Koltin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/) for sharing code between Android and iOS + * [Getting Started with Koltin Multiplatform Mobile Guide](https://kotlinlang.org/docs/mobile/create-first-app.html) + * [Koltin Multiplatform Benefits](https://kotlinlang.org/docs/reference/multiplatform.html) + * [Share code on All Platfroms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-all-platforms) + * [Share code on similar Platforms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-similar-platforms) + ## Editing Kotlin * [Kotlin IntelliJ IDEA Plugin](https://kotlinlang.org/docs/tutorials/getting-started.html)