Install
To try out the app, you can either build the app locally or get the latest build from the CI.
Build¶
- Follow the official Jetbrains docs to setup your environment for Kotlin Multiplatform development. This also includes Xcode installation for iOS development.
- Open the project in Android Studio
- Run the app:
- Android: run the
app
configuration - iOS: run the
MonicaApp
configuration
- Android: run the
Download the latest CI build¶
- Navigate to the Push Action results
- Click on the latest build
- Scroll down to the
Artifacts
section
... the next steps will depend on the platform you want to try out the app on.
- Download the
app-release
artifact - Unzip and install the apk file on your device
TODO