It seems like the `fakes` doesn't really need to b...
# kotlin-inject
d
It seems like the
fakes
doesn't really need to be a component, just a container of a bunch of
@Provides
like a module... I wonder if it might be better to separate the module concept... since a component can be instanciated and provide deps to the app, whereas a module only provide internal deps that are needed by classes to be provided to the app?