André Thiele
03/20/2021, 5:17 PMJavier
03/20/2021, 5:29 PMJavier
03/20/2021, 5:29 PMA new Dagger compiler option was added to allow disabling transitive validation of component dependency, dagger.validateTransitiveComponentDependencies,. The default value for the flag is enabled (same as before). To disable it, add the following to your compiler options: -Adagger.validateTransitiveComponentDependencies=DISABLED. For a full motivation/discussion, see issue #970.
André Thiele
03/20/2021, 5:35 PMJeremy
03/22/2021, 1:25 PMJeremy
03/22/2021, 1:29 PMOkHttpClient
just the repo that wraps it you can use provideOkHttpClient: OkHttpClient
without @Provides