From 3a0a565de8c4f65348df2c6f7e9ec673bfcfe27f Mon Sep 17 00:00:00 2001 From: akurasov <86794754+akurasov@users.noreply.github.com> Date: Thu, 2 Dec 2021 14:40:15 +0300 Subject: [PATCH] Update README.md --- tutorials/Development_for_Android/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/Development_for_Android/README.md b/tutorials/Development_for_Android/README.md index 57ef277bed..6f1d100126 100644 --- a/tutorials/Development_for_Android/README.md +++ b/tutorials/Development_for_Android/README.md @@ -11,7 +11,11 @@ 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 platform is Android. + + Another option is to take [multiplatform template](https://github.com/JetBrains/compose-jb/tree/master/templates/multiplatform-template)