https://kotlinlang.org logo
Title
n

Norbi

05/24/2023, 9:20 AM
Is there a fundamental reason for mingwX64 being unsupported by ktor native server? https://ktor.io/docs/supported-platforms.html
Windows target is not supported
https://ktor.io/docs/native-server.html Thanks.
a

Aleksei Tirman [JB]

05/24/2023, 12:05 PM
That's because the focus is on the nix targets.
n

Norbi

05/24/2023, 12:06 PM
Thanks, I was just curious whether it is because of some fundamental thing, or "just" lack of resources.
a

Ahsan Raza

05/26/2023, 12:45 PM
you can use application.conf file this way with embeddedServer.
fun main(args: Array<String>) { _embeddedServer_(CIO, _commandLineEnvironment_(args)).start(wait = true) }