<@U81R2QEMU> What does your `PaymentViewModel` loo...
# koin
v
@g4sarma What does your
PaymentViewModel
look like? My guess is it has a dependency that Koin doesn’t about. So that’s why Koin cannot create it.
PaymentViewModel(*Koin doesnt know about this dependency*))
g
I am just passing the PaymentRepository which i have instantiated inside the network module @voben.
f
What about the dependency declared in PaymentRepository?