hi, is it possible to override multiple time the s...
# koin
b
hi, is it possible to override multiple time the same definition? I'm in the scope of functional tests and I want to replace the backend URL with the mock server. The instantiated class changes between tests but not the application (where Koin is started). So the first test passes, but then it fails (the test has created a new mock server, but the backend URL isn't replaced in Koin, only the first override is taken into account)