When writing unit tests with Koin, what's the diff...
# koin
v
When writing unit tests with Koin, what's the difference between calling
stopKoin()
and
getKoin().close()
? It seems like they both clean up resources but the documentation isn't very clear on which to use