How to add ViewModel in service using Koin?

Viewed 26

I'm new using Koin and I want to know how to use a ViewModel inside a Service. I'm using this ViewModel in an activity and in a fragment and I need to all of this (service, activity and fragment) have the same instance, it is possible?

0 Answers
Related