Files
compose-multiplatform/examples/notepad
Igor Demin 7bd0b3d1a5 Fix examples, templates (#2359)
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore
2022-10-05 13:44:37 +02:00
..
2021-06-01 12:15:33 +03:00
2021-06-01 12:15:33 +03:00
2022-03-13 10:23:55 +04: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