<@U9TS1E7T5> ``` @JvmStatic fun main(args: Arra...
# gradle
c
@valerie.turlington
Copy code
@JvmStatic
   fun main(args: Array<String>) {
       ExampleClass.exampleMethod()
   }
this should be top level function, no need to put it into object