SyntaxFix
Write A Post
Hire A Developer
Questions
All static member and function should be inside companion block
companion object { @JvmStatic fun main(args: Array<String>) { } fun staticMethod() { } }