You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
https://developer.android.com/codelabs/android-dagger#9
Dagger Subcomponents
A RegistrationComponent must be able to access the objects from AppComponent since RegistrationViewModel depends on UserRepository.
But, actually, if we refer to a scheme of application graph from this codelabs, then we figure out that RegistrationViewModel depends on UserManager