https://kotlinlang.org logo
#android-architecture
Title
# android-architecture
i

Ianmedeiros

03/03/2020, 10:17 PM
Is there any shortcut to bind one object to multiple interfaces with dagger?
m

Marcin Bak

03/04/2020, 11:42 AM
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

Ianmedeiros

03/05/2020, 1:29 PM
I mean any construct / annotation 🙂
Just checked to make sure
5 Views