Hi, I have a question <@U2JKKPMEE> I’ve checked al...
# koin
m
Hi, I have a question @arnaud.giuliani I’ve checked all examples, but I can’t see something like that. If we have activity scope, and my UseCase needs this activity (for example to open FBLogin), and I’d like this activity to be injected inside via constructor.
Copy code
FacebookLoginUseCase(val activity: Activity) {...}
I know i can manually inject that inside presenter and pass
parametersOf(view)
but if I’d like it to be injected by is there a way to provide the same instance of activity using simple get() inside scope?