Mini
06/29/2021, 8:55 AM@get:Rule
val koinTestRule = KoinTestRule.create {
modules(module)
}
and stopKoin @After
@After
fun stopKoin() {
stopKoin()
}
however the very first test that is run fails with java.lang.IllegalStateException: No Koin application found
but the following tests run just fine. What could be the reason for this? 😞arnaud.giuliani
06/29/2021, 9:35 AMMini
06/29/2021, 9:36 AM