is there a way to "auto-configure" injection for services that not need explicit injection, eg: ```s...
m
is there a way to "auto-configure" injection for services that not need explicit injection, eg:
Copy code
single { StoreRepository(get()) }