Could you run a test that checks your modules for you? ```@Test fun `test all Koin modules can be re...
v
Could you run a test that checks your modules for you?
Copy code
@Test
fun `test all Koin modules can be resolved`() {
    getKoin().checkModules()
}