If you're using Kotlin 3.1, you can shorten it to ...
# tornadofx
r
If you're using Kotlin 3.1, you can shorten it to
fun main() = launch<MyApp>()
(assuming you don't care about the
args
)