FYI, When doing Koin JUnit tests, I found that I h...
# koin
k
FYI, When doing Koin JUnit tests, I found that I had to call stopKoin() before startKoin(). startKoin is called from the @Setup of the unit tests. Otherwise, it'd complain that the koin application is already started when startKoin() is called. Don't see this mentioned in the docs anywhere...
1️⃣ 1
😥 1
a
yeah, obiousvly
open a ticket to help update the doc
k
will do...wasn't obvious because it wasn't in the doc 😉