This is a Kotlin Multiplatform project targeting Server.
- /server is for the Ktor server application.
To build and run the development version of the server, use the run configuration from the run widget in your IDE’s toolbar or run it directly from the terminal:
- on macOS/Linux
./gradlew :server:run
- on Windows
.\gradlew.bat :server:run
Learn more about Kotlin Multiplatform…