I faced the same issue . I was using @Provides annotaion from import com.google.android.datatransport.runtime.dagger.Provides
fix was to change it to import dagger.Provides
Hope it helps someone still facing this issue .