It is possible to add another class to a module / binding that has @Provides methods?
I have a few separate classes that all provide complex object creation. So I can just add those to a module by just annotating them via @Provides methods.
But I'd need to add one at a time.
Right now I think the only way I can do this is to move this code to the module.