... I think that's where modules come in... when y...
# kotlin-inject
d
... I think that's where modules come in... when you have modules, you can compose a component from either production modules or test modules... maybe the
interface
s that a component inherits can be used for that. Then this kind of hack could be avoided, and scopes would work as expected (the component annotated with the scope implements the module...)