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