tree: ff4d8b7b3707cd57bcde2c6ab37d06ce2d07a8d8 [path history] [tgz]
  1. samples/
  2. src/
  3. build.gradle
  4. OWNERS
  5. README.md
compose/desktop/desktop/README.md

Compose for Desktop.

Basic information

Desktop port samples and support files. macOS, Windows and Linux JVM platforms are currently supported. See https://github.com/jetbrains/compose-jb for information, documentation and tutorials.

Building

Desktop port requires build in Kotlin Multiplatform mode, so when building please specify -Pandroidx.compose.multiplatformEnabled=true flag.

Running an example

To run an example:

./gradlew   :compose:desktop:desktop:desktop-samples:run \
-Pandroidx.compose.multiplatformEnabled=true