Join Slack
Powered by
If you're using Kotlin 3.1, you can shorten it to ...
# tornadofx
r
Ruckus
11/07/2018, 6:35 PM
If you're using Kotlin 3.1, you can shorten it to
fun main() = launch<MyApp>()
(assuming you don't care about the
args
)
Open in Slack
Previous
Next