Hi everyone, i have a separate Module in which i want to inject Activity using Hilt, but from app module if i start the activity app crash and logs are here:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/gallery/Hilt_GalleryActivity;
at java.lang.Class.newInstance(Native Method)
I try to do rnd not able to find the solution so please anyone help me?