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
arnaud.giuliani
03/06/2019, 7:15 AM
yeah, obiousvly
arnaud.giuliani
03/06/2019, 7:15 AM
open a ticket to help update the doc
k
kenkyee
03/06/2019, 6:37 PM
will do...wasn't obvious because it wasn't in the doc 😉