Join Slack
Communities
Powered by
`fun main` has to be static method in java, so it ...
# getting-started
i
ilya.gorbunov
03/03/2017, 2:56 PM
fun main
has to be static method in java, so it either must be a top-level function, or a @JvmStatic-annotated function inside a
companion object
of another class or inside an
object
👍 3
Open in Slack
Previous
Next