miszmaniac
10/22/2018, 10:17 AMFacebookLoginUseCase(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?