Files
compose-multiplatform/examples/codeviewer
Igor Demin 21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
..
2020-10-27 21:54:21 +03:00
2021-10-25 12:45:15 +03:00
2021-10-25 12:45:15 +03:00
2021-10-25 12:45:15 +03:00
2020-10-27 21:54:21 +03:00
2021-12-01 15:37:02 +03:00
2020-10-27 21:54:21 +03:00
2020-10-28 14:46:10 +03:00
2020-10-27 21:54:21 +03:00
2020-11-12 17:48:42 +03:00
2020-10-27 21:54:21 +03:00

MPP Code Viewer example for desktop/android written in Multiplatform Compose library.

Running desktop application

./gradlew :desktop:run

Building native desktop distribution

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

Installing Android application on device/emulator

./gradlew installDebug

Desktop