When developing for JVM, I can run my code from th...
# announcements
e
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
Yes. When targeting
nodejs()
you can have a
fun main()
and run it with the
run
Gradle task.