Skip to content

Files

Latest commit

5e7d55f · Apr 5, 2023

History

History
executable file
·
26 lines (16 loc) · 884 Bytes

File metadata and controls

executable file
·
26 lines (16 loc) · 884 Bytes

TodoApp (lite version)

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

Supported targets: Android, Desktop and iOS.

Setting up your development environment

To setup the environment, please consult these instructions.

How to run

Choose a run configuration for an appropriate target in Android Studio and run it.

run-configurations.png

Run on desktop via Gradle

./gradlew desktopApp:run

Building native desktop distribution

./gradlew :desktopApp:packageDistributionForCurrentOS
# outputs are written to desktopApp/build/compose/binaries

Desktop