I don't think I can. ```test("Should resolve all K...
# koin
l
I don't think I can.
Copy code
test("Should resolve all Koin dependencies") {
        withTestApplication { 
            getKoin() // Unresolved
        }
    }