Is there a fundamental reason for mingwX64 being u...
# ktor
n
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
That's because the focus is on the nix targets.
🙏 1
3
n
Thanks, I was just curious whether it is because of some fundamental thing, or "just" lack of resources.
a
you can use application.conf file this way with embeddedServer.
fun main(args: Array<String>) { _embeddedServer_(CIO, _commandLineEnvironment_(args)).start(wait = true) }
😮 1