Skip to content

Compose Multiplatform Template Application. Shared Compose UI between Android, iOS, Desktop, Browser.

Notifications You must be signed in to change notification settings

lspradeep/compose-multiplatform-template

Repository files navigation

Compose Multiplatform Template

Template App

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]

Build and run

Check out the repo, navigate to the project folder, and use the following commands:

Run Web version via Gradle

./gradlew :webApp:wasmRun

Run Desktop version via Gradle

./gradlew :desktopApp:run

Install Android application via Gradle

./gradlew :androidApp:installDebug

IDE

We recommend using IntelliJ IDEA 2023.1 or newer to work with the project.

Learn more

About

Compose Multiplatform Template Application. Shared Compose UI between Android, iOS, Desktop, Browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published