If you need to initialize context... ``` class … :...
# announcements
m
If you need to initialize context...
Copy code
class … : android.app.Application {
    public val myObject by lazy {MyObject(this) }
}