Relative Content

Tag Archive for androiddependency-injectiondagger-hilt

Hilt error from AppModule class can not be resolved

I am using Hilt in Android project, and after I added class for gps tracking I am getting an error:
ModuleProcessingStep was unable to process ‘com...di.AppModule’ because ‘LocationTracker’ could not be resolved.
LocationTracker class is there and imported.