Hello @Breno you can have a lateinit var property, that you can set after you have injected it in your Activity
b
Breno
01/08/2018, 6:30 PM
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?