How to switch between multiple graphs with Koin? L...
# koin
v
How to switch between multiple graphs with Koin? Like here: https://stackoverflow.com/a/56063321/860311 I tried this, but faced the problem of qualifier already used… I need to use same qualifier for 10 different repositories and datasources. And when the environment is “fake”, all repositories are using fake datasources. If its “real” it injects all real datasources.