Is it possible to scope other than ViewModel to sp...
# dagger
p
Is it possible to scope other than ViewModel to specific navgraph? Like some custom object, e.g. Repository.
h
if you directly inject the dependency inside the let’s say Repository, it lives as long as the Repository does
p
Sometimes you want same class instance across multiple screens, but not across the whole application.