From bf3cdde30aa664b9275bafbce154492ef3b406d6 Mon Sep 17 00:00:00 2001 From: igotti-google Date: Sat, 29 Sep 2018 17:33:37 +0300 Subject: [PATCH] Refer to MPP docs on kotlinlang.org site. --- MULTIPLATFORM.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 MULTIPLATFORM.md diff --git a/MULTIPLATFORM.md b/MULTIPLATFORM.md new file mode 100644 index 00000000000..ca715331b04 --- /dev/null +++ b/MULTIPLATFORM.md @@ -0,0 +1 @@ +Please refer to the tutorial at https://kotlinlang.org/docs/reference/native/multiplatform.html for documentation on how to create multiplatform project.