785 B
785 B
This is a Kotlin Multiplatform project targeting Desktop.
Recommended configuration :
-
Server :
- Run :
Kotlin configurationwith main class :com.pixelized.server.lwa.ApplicationKt - build :
Gradle configuration : "server:buildFatJar"
- Run :
-
Client :
- Run the debug version of the app :
Gradle configuration : "composeApp:run" - Run the release version of the app :
Gradle configuration : "composeApp:runRelease" - Build the release version of the app for MacOS :
Gradle configuration : "composeApp:packageReleaseDmg" - Build the release version of the app for Windows :
Gradle configuration : "composeApp:packageReleaseMsi"
- Run the debug version of the app :
Learn more about Kotlin Multiplatform…