<@U4YGYBBL3> If you're using Dagger 2, you can cre...
# random
m
@chris-hatton If you're using Dagger 2, you can create modules that provide alternate bindings without the module needing to implement an interface. You can create a new
@Component
interface that subclasses your main one and provides an alternate list of
modules
and as long as the modules (and any they include) have a complete set of bindings then it will work. I'm not claiming it's simple but it's certainly possible.