hi everyone, I'm having a problem to test my appli...
# koin
v
hi everyone, I'm having a problem to test my application with koin. I have a class declared with
factory { }
and I'm trying to mock that, but, as factory returns a new instance every time I call inject, I can't mock the right instance. Is there a way to solve that?