I want to inject a class in Service. Lets have a look at the code below:
Service
class DeviceUtil @Inject constructor() { ... } @AndroidEntryPoint class