Could you run a test that checks your modules for ...
# koin
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()
}