people who use anvil or hilt for di how do you de...
# android-architecture
u
people who use anvil or hilt for di how do you deal with object composition? how to "uninclude" the default implementation from base type binding, but then have it available as parameter for the extended type?
m
Mmm, that's a implementation of the factory design pattern, so you could check that for reducing some hierarchy issues in your design model
m
I had hoped to be honest that @BindValue could replace (or add) a value in the graph, but that’s not the case. You have to combine it with UninstallModule, which is a bit wacky.