Files
compose-multiplatform/examples/todoapp-lite
Alexey Tsvetkov d23806a3f4 Update examples (#1740)
* Update examples to Gradle 7.3.3

Resolves #1654

* Update compose and agp in examples

Resolves #1117

* Fix gradle plugins classloading in examples and templates

* Make falling balls mpp compatible with examples checker
2022-01-24 13:16:39 +03:00
..
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2021-10-13 21:19:01 +03:00
2022-01-24 13:16:39 +03:00
2022-01-24 13:16:39 +03:00
2021-10-13 21:19:01 +03:00
2021-10-13 21:19:01 +03:00
2021-10-13 21:19:01 +03:00

A simplified version of the TodoApp example, fully based on Jetpack Compose and without using any third-party libraries.

Supported targets: Android and Desktop.

Running desktop application

./gradlew :desktop:run

Building native desktop distribution

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

Running Android application

Open project in IntelliJ IDEA or Android Studio and run "android" configuration.

Desktop