and on a similar line, what is the idiomatic appro...
# koin
r
and on a similar line, what is the idiomatic approach for starting the ktor/koin combination using the default dependencies, except the one/ones I specify? E.g. I might want to specify my database to an H2 instance for tests, but I don't want to specify all other dependencies again for my tests, causing double maintenance and making the tests error-prone for something not related to the tests