Quick Start
Prerequisites
- JDK 17+
- Android Studio
- Xcode for iOS work
- Node.js for the docs site
Basic path
- Create local
BuildConfig.ktandMailConfig.ktfrom templates. - Decide whether you need the external Registry backend stack.
- Build the Android debug client.
- Compile the iOS target if needed.
Minimum commands
./gradlew :composeApp:assembleDebug
./gradlew :composeApp:compileKotlinIosSimulatorArm64