From 8e1caefea6fae2a51d0cb21cf474ed9065799562 Mon Sep 17 00:00:00 2001 From: ilmat192 Date: Thu, 17 May 2018 19:30:32 +0700 Subject: [PATCH] Small fix in MPP readme (#1603) --- MULTIPLATFORM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MULTIPLATFORM.md b/MULTIPLATFORM.md index afdef29753b..9bdb9c2e93a 100644 --- a/MULTIPLATFORM.md +++ b/MULTIPLATFORM.md @@ -4,7 +4,7 @@ While Kotlin/Native could be used as the only Kotlin compiler in the project, it Kotlin/Native with other Kotlin backends, such as Kotlin/JVM (for JVM or Android targets) or Kotlin/JS (for web and Node.js applications). This document describes recommended approaches and the best practices for such scenarios. -Kotlin as a language provides a notion of expect/actual declarations, and Gradle, as an official Kotlin build system +Kotlin as a language provides a notion of expect/actual declarations, and Gradle in its turn augments it with the notion of multiplatform projects (aka MPP). Those two, combined together, provide a flexible standartized [mechanism of multiplatform development](https://kotlinlang.org/docs/reference/multiplatform.html) across various Kotlin flavours.