Screen Shot 2022-01-03 at 2.19.43 PM.png
# koin
b
Screen Shot 2022-01-03 at 2.19.43 PM.png
r
You need to use the special android functionality to create viewmodels.
I already use that and it works fine
I have used the
coEvery
function of my mocking lib and it removed the compilation error. Still writing the test to see if it works.
that didnt work. I think `coEvery`is not meant for android instruimentation tests
actually, got it working, i needed to add the kotlin test dependency to androidTest