https://kotlinlang.org logo
#ktor
Title
r

rocketraman

08/27/2017, 2:03 AM
@baob This isn't really ktor specific so probably better to ask in #getting-started if you have followups, but try adding the
application
plugin to your gradle build i.e.
apply plugin: 'application'
. Also add
mainClassName = "helloKt"
. See https://docs.gradle.org/4.1/userguide/application_plugin.html