I convert one of my Java class to Kotlin and the class as below.
class MainApplication : Application() { companion object { operator fun get(cont
Ops, I got it. Just use the below.
MainApplication application = MainApplication.Companion.get(mContext);