You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's complaining about ReschedulingReceiver matching the same key.
C:\Users\evilt\AndroidStudioProjects\EvilScreenNew\app\build\generated\source\kapt\debug\com\evilthreads\App_HiltComponents.java:141: error: [Dagger/MissingBinding] @dagger.hilt.android.qualifiers.ActivityContext android.content.Context cannot be provided without an @Provides-annotated method.
public abstract static class SingletonC implements ReschedulingReceiver_GeneratedInjector,
^
A binding with matching key exists in component: com.evilthreads.App_HiltComponents.ActivityC
@dagger.hilt.android.qualifiers.ActivityContext android.content.Context is injected at
com.evilthreads.LockObserver(activityContext, �)
com.evilthreads.LockObserver is injected at
com.evilthreads.lock.ui.LockActivity.lockObserver
com.evilthreads.lock.ui.LockActivity is injected at
com.evilthreads.lock.ui.LockActivity_GeneratedInjector.injectLockActivity(com.evilthreads.lock.ui.LockActivity) [com.evilthreads.App_HiltComponents.SingletonC ? com.evilthreads.App_HiltComponents.ActivityRetainedC ? com.evilthreads.App_HiltComponents.ActivityC]
The text was updated successfully, but these errors were encountered:
So since the updated HIlt. I need to take ReschedulerReceiver out of SingletonComponent but I haven't seen the code yet as it looks kike the newest version doesn't use ApplicationComponent any longer
It's complaining about ReschedulingReceiver matching the same key.
The text was updated successfully, but these errors were encountered: