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
When doing android injection the verbose way (without ContributesAndroidInjection), dagger-reflect fails with Missing binding for java.util.Map<java.lang.String, javax.inject.Provider<dagger.android.AndroidInjector$Factory<?>>>.
implementation 'com.google.dagger:dagger-android:2.24'
// Reproduced on Sun Aug 11 03:26:53 UTC snapshot
implementation 'com.jakewharton.dagger:dagger-reflect:0.2.0-SNAPSHOT'
Running this with normal annotation processing dagger works fine.
The text was updated successfully, but these errors were encountered:
When doing android injection the verbose way (without
ContributesAndroidInjection
),dagger-reflect
fails withMissing binding for java.util.Map<java.lang.String, javax.inject.Provider<dagger.android.AndroidInjector$Factory<?>>>
.Sample code:
Reproduced with:
Running this with normal annotation processing dagger works fine.
The text was updated successfully, but these errors were encountered: