is this deprecated now with ktor `0.9.1`? ``` fun ...
# ktor
m
is this deprecated now with ktor
0.9.1
?
Copy code
fun main(args: Array<String>) {
    val server = embeddedServer(Netty, commandLineEnvironment(args))
    server.start()
}
c
No
Why do you think that it is deprecated ?
m
I was getting runtime errors at startup the other day associated with passing in the args....they're gone now 😕