There is no static keyword in Kotlin.
static
What is the best way to represent a static Java method in Kotlin?
object objectName { fun funName() { } }