pastjean
fun Application.app() {...} fun main(args: Array<String>) { embeddedServer(Netty, 8080) { this.app() } }