Mental math training app built with Kotlin Multiplatform + Compose Multiplatform.
Practice mental math tricks for squaring, multiplication, poker odds, tip calculations, and more — with step-by-step breakdowns showing the formulas behind each shortcut.
./gradlew :composeApp:assembleDebug # Android APK
./gradlew :composeApp:run # Desktop (JVM)Fully automatic via conventional commits. Push to master and CI handles versioning + APK release:
feat: ...→ minor version bumpfix: ...→ patch version bumpfeat!: ...→ major version bump