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
appconfiguration - iOS: run the
MonicaAppconfiguration
- Android: run the
Download the latest CI build¶
- Navigate to the Push Action results
- Click on the latest build
- Scroll down to the
Artifactssection
... the next steps will depend on the platform you want to try out the app on.
- Download the
app-releaseartifact - Unzip and install the apk file on your device
TODO