Hilt 2.44.2 – Class not found when use @AndroidEntryPoint at GlanceAppWidgetReceiver
I am implementing widget using Glance API. I am trying to inject dependencies to my widget receiver, however I face an exception in debug mode.
Everything works fine with Activity and ViewModel. What is the possible cause for this issue?