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
dependency cannot be provided without a @provides-annotated method
Cause:
Referencing the wrong module class in Component's @Component annotation's { modules = } arguments. This prevented the Component from building properly (which is by design, I think).