Is it possible to @binds two different interfaces ...
# dagger
r
Is it possible to @binds two different interfaces to the same instance and inject both to the same class?
g
@Named
doesn't help?
r
not for @binds
probably @Provides
g
@Named works fine for @Binds
👆 1
w
@Named
and other qualifiers work the same for both
@Provides
and
@Binds
r
Oh wow .didnt know guys. Thanks for that
👍 1