Android + Kotlin + Hilt: [Dagger/MissingBinding] xxx cannot be provided without an @Provides-annotated method
Still digging into the basic concepts of Hilt, and trying to make a simple example to work into my app with no success.
My app is a multi-module app, and apart from the application project (where all the activities are) I have some modules. "Common" is one of them which includes some helpers (for the moment static classes (which I'm trying to migrate to Hilt modules).
For my example, I've picked up the "ExceptionHandler" class (supposedly converted to a Hilt module) and trying to inject it in...