In an Activity, you can use by inject() for gettin...
# koin
o
In an Activity, you can use by inject() for getting a dependency at property level. How can I do this if I want to inject something that is tied to a scope?
a
o
@arnaud.giuliani the docs and the article only explain how to use it with typed scopes. I have a named scope with a qualifier, any docs on that?
a
named scope will be more manual
Android Scope API is focus on activity/fragment types to handle their scopes
o
@arnaud.giuliani more manual, but how can I use it back to my original question?
a
you have to handle completly how you create/retrieve your scope
but finally, we could imagine something to help in termes of API 🤔