LwaApplication/README.md

785 B

This is a Kotlin Multiplatform project targeting Desktop.

Recommended configuration :

  • Server :

    • Run : Kotlin configuration with main class : com.pixelized.server.lwa.ApplicationKt
    • build : Gradle configuration : "server:buildFatJar"
  • 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"

Learn more about Kotlin Multiplatform