Is there any shortcut to bind one object to multip...
# android-architecture
i
Is there any shortcut to bind one object to multiple interfaces with dagger?
m
what do you mean by shortcut? you need specify
@Binds
function for each interface so Dagger knows what instance should be returned for every and each of them
there are no shortcuts here
i
I mean any construct / annotation 🙂
Just checked to make sure