Kotlin multiplatform example for a Todo app using Restate as backend:
This project contains:
- The shared code
- The Todos Virtual Object, to store the todos, built using the Kotlin Restate SDK
- The Android app
For more details on how to use it and run the Android app, check: https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html
To run the Restate server, just follow the same instructions as https://docs.restate.dev/get_started/quickstart?sdk=kotlin