From f5b9dfc91d718191c94b7e254ac0aeb0b185115b Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Fri, 17 Mar 2023 15:05:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9752fb019ba..e42f60a014d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Also, see [Foundation](https://developer.android.com/jetpack/compose/documentati ### Jetpack Compose for Android Compose Multiplatform uses Jetpack Compose developed by Google when you target Android platform. See more info about it [here](tutorials/Development_for_Android). -[The docs](https://developer.android.com/jetpack/compose/documentation) published by Google are great and decribe how to develop on Compose for Android. +[The docs](https://developer.android.com/jetpack/compose/documentation) published by Google are great and describe how to develop on Compose for Android. Note that when you use Compose Multiplatform, you setup your project differently. You can create a multiplatform project with Android support via IDEA Project Wizard, or by copying [multiplatform template](https://github.com/JetBrains/compose-multiplatform/tree/master/templates/multiplatform-template). In `androidMain` source set you can use almost all information from the docs, and in `commonMain` source set you can use information from Foundation and Design sections.