I want to inject View Model in Service , how can it possible.
I recently started using DI in my project through Dagger Hilt. I'm having no problems when injecting viewModel instances into Activity/Fragment. But I am not sure how to inject this in service