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?
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?