ktor { deployment { port = 8080 host = "0.0.0.0" } application { modules = [ com.github.nacabaro.vbhelper.server.ApplicationKt.configureServer ] } }