Hello <@U872FCL2K> you can have a lateinit var pro...
# koin
a
Hello @Breno you can have a lateinit var property, that you can set after you have injected it in your Activity
b
Hmmm I see, but if for instance I am using an object from a lib (meaning I have no control over the implementation) that receives the activity's context in the constructor, I have no choice but instantiating it inside the activity, right?