Update the readme
This commit is contained in:
parent
2056348ec0
commit
8fdc6f12ab
2 changed files with 13 additions and 34 deletions
16
README.md
16
README.md
|
|
@ -1,11 +1,15 @@
|
|||
This is a Kotlin Multiplatform project targeting Desktop.
|
||||
|
||||
* `/composeApp` is for code that will be shared across your Compose Multiplatform applications.
|
||||
It contains several subfolders:
|
||||
- `commonMain` is for code that’s common for all targets.
|
||||
- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
|
||||
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
|
||||
`iosMain` would be the right folder for such calls.
|
||||
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](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)…
|
||||
Loading…
Add table
Add a link
Reference in a new issue