Is it possible to inject a single mocked dependenc...
# koin
n
Is it possible to inject a single mocked dependency into Koin? On Android, I'm using Robolectric, which uses the Application's module. I just want one of its dependencies to be overriden in certain situations
a
have you check the
declareMock
function in koin-test?
☝️ 1
n
I am ashamed to say I didn't realize I didn't have the koin-test module 🤦🏻‍♂️ thank you!