It is really irritating. I need more time to find some class because of dagger 2.
It is really irritating. I need more time to find some class because of dagger 2.
In Android Studio, go to
File -> Settings -> Editor -> File Types -> Ignored Files and Folders
and add wild cards. Enter apply.
For Hilt, you can add following flags/wildcards *_MembersInjector.java; *_Factory.java; *_Providers.java; *_Bindings.java; *_HiltComponents_*.java; *_Provide*.java
In Android Studio Dolphin there is a new option in Find Usages dialog, so you can ignore usages in generated code.