No description
				
			
		| .fleet | ||
| .run | ||
| composeApp | ||
| gradle | ||
| server | ||
| shared | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle.kts | ||
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"- the server jar can be found under ./server/build/libs/
- the server can can be run with java -jar server-all.jar
 
 
- 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…