Yeah, I am doing that, thanks. My doubt was a bit ...
# koin
b
Yeah, I am doing that, thanks. My doubt was a bit more general, I was wondering on how I would go about specifying a bean inside my Module if I needed a reference to the activity to provide it. I don't know if I am making myself clear... Let's say for the sake of the argument that I have a Presenter that receives a reference to the Activity on its contructor. Am I able to access the activity instance inside provides{} to construct the Presenter in my module? I reckon I could just set the Activity as a property on the Presenter after it is constructed, but what would be the "correct" way of doing it?