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
Hi, I'm looking at your demo application and trying to figure out the needed dependencies. I've noticed that you are using Dagger 2 for dependency injection. So I'm just curious why the com.google.dagger:dagger-android and com.google.dagger:dagger-android-processor are needed? If you are injecting all dependencies manually without help of any android-specific tools from dagger-android library.
The text was updated successfully, but these errors were encountered:
Hi, I'm looking at your demo application and trying to figure out the needed dependencies. I've noticed that you are using Dagger 2 for dependency injection. So I'm just curious why the
com.google.dagger:dagger-android
andcom.google.dagger:dagger-android-processor
are needed? If you are injecting all dependencies manually without help of any android-specific tools fromdagger-android
library.The text was updated successfully, but these errors were encountered: