- JDK 17
- Android SDK for Android builds
- WSL for Linux packaging from Windows
Windows PowerShell:
.\gradlew.bat :androidApp:compileDebugKotlin
.\gradlew.bat :desktopApp:compileKotlinLinux or macOS:
./gradlew :androidApp:compileDebugKotlin
./gradlew :desktopApp:compileKotlinRelease artifacts:
.\gradlew.bat :androidApp:assembleRelease
.\gradlew.bat :desktopApp:createReleaseDistributable
.\gradlew.bat buildReleaseAll