B subclasses A. I have C depend on A and C gets A ...
# koin
s
B subclasses A. I have C depend on A and C gets A in Koin by C(get()). This works fine in the actual app, but when I try to override A with B in test, koin says cannot instantiate C, when I use A, it works in test