Files
compose-multiplatform/examples/notepad
Igor Demin 15f8b0bbd3 Revert Kotlin to 1.6.10
Version of Kotlin should be compatible with Compose that is set in gradle.properties
2022-04-29 16:33:55 +04: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
2022-04-29 16:33: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