From 3e1d41a8404c045638b19da0202d7d15970bbfce Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Thu, 2 Dec 2021 14:33:10 +0300 Subject: [PATCH] Update README.md --- tutorials/Development_for_Android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Development_for_Android/README.md b/tutorials/Development_for_Android/README.md index 87fbf527c1..8ec1d23ee2 100644 --- a/tutorials/Development_for_Android/README.md +++ b/tutorials/Development_for_Android/README.md @@ -11,7 +11,7 @@ Compose Multiplatform doesn't contain any Android artifacts. Instead it referenc ## Usage Jetpack Compose interoperability is enabled on publication level - nothing needs to be explicitly enabled. -The easiest way to start is to use Kotlin Project Wizard with Compose Multiplatform template - one of the target platfoкm is Android. +The easiest way to start is to use Kotlin Project Wizard with Compose Multiplatform template - one of the target platform is Android. If you want to create it manually, the following needs to be done: - Create a Kotlin multiplatform project