Like all JAVA developer switching to Kotlin I faced a dilemma; forget about static final variable and utility class or use companion object. However there is third; Forget about the Class-based paradigm.
static final
companion object