Hey, how can we stop Koin? I mean I run unit tests...
# koin
b
Hey, how can we stop Koin? I mean I run unit tests with Robolectric and the app is created on every test. It seems it's calling
startKoin
over and over without ever cleaning in between. So it's basically the same result as if I called
startKoin
twice: the second time it will fail because the module will override themselves without having the
override = true
(which is not what we want of course).