I use Ktor version 1.4.1. The follow code
fun startNettyServer() { val server : NettyApplicationEngine = embeddedServer(Netty, port = 8080) se