Files
compose-multiplatform/examples/notepad
Oleksandr Karpovich e69ac23dbf Move compose + use kotlin 1.6.21 (#2025)
* Move compose

* Update kotlin version to 1.6.20

* Move compose + Update kotlin version to 1.6.21

* Move compose to include a fix for compose plugin (kjs specific)

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
2022-04-20 15:33:01 +02:00
..
2021-06-01 12:15:33 +03:00
2022-01-24 13:16:39 +03: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
2021-06-01 12:15:33 +03:00
2021-06-01 12:15:33 +03:00
2021-06-01 12:15:33 +03:00

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

Running desktop application

./gradlew run

Building native desktop distribution

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

Desktop