Shared Compose UI between Android, iOS, Desktop, Browser
Compose Multiplatform is a declarative framework for sharing UIs across multiple platforms with Kotlin. It is based on Jetpack Compose and developed by JetBrains and open-source contributors.
You can choose the platforms across which to share your UIs using Compose Multiplatform:
For example, you can share UIs between iOS and Android or Windows and MacOS.
![Shared UIs of the iOS, Android, desktop, and web apps]
Check out the repo, navigate to the project folder, and use the following commands:
./gradlew :webApp:wasmRun
./gradlew :desktopApp:run
./gradlew :androidApp:installDebug
We recommend using IntelliJ IDEA 2023.1 or newer to work with the project.