Files
compose-multiplatform/examples/notepad
Igor Demin 69cf0f4c14 Remove import org.jetbrains.compose.compose (#2363)
It is no longer needed, it adds implicitly
2022-10-05 19:08:24 +02:00
..
2021-06-01 12:15:33 +03:00
2021-06-01 12:15:33 +03:00
2022-10-03 01:56:58 +02:00
2021-06-01 12:15:33 +03:00
2021-06-01 12:15:33 +03:00
2022-10-05 13:44:37 +02:00

Notepad example for desktop written in Compose for Desktop library, using Composable Window API

Running desktop application

  • To run, launch command: ./gradlew run
  • Or choose desktop configuration in IDE and run it.
    desktop-run-configuration.png

Building native desktop distribution

./gradlew package
# outputs are written to build/compose/binaries

Desktop