Kotlin + Hilt: ClassNotFoundException: Didn't find class "app.Hilt_AppSettings" on path: DexPathList
First of all, and just in case, I've read plenty of posts (like this) with no luck so don't mark this as duplicate please.
I'm new to Hilt, and trying to implement it in my multi-module app, but for the moment cannot even get my app to start.
I have a class called AppSettings in a module called "Common" -which is accesible from all modules- which holds (as...