Join Slack
Powered by
When developing for JVM, I can run my code from th...
# announcements
e
Edoardo Luppi
12/16/2020, 6:53 PM
When developing for JVM, I can run my code from the
main
function. When on multiplatform, is there a way to do the same thing for JS?
m
Marc Knaup
12/16/2020, 8:47 PM
Yes. When targeting
nodejs()
you can have a
fun main()
and run it with the
run
Gradle task.
Open in Slack
Previous
Next