, IDEA Ultimate doesn't seem to know where the module classes are and can't navigate to them from the generated component (even though they're there and everything works...), whereas when using dagger generated modules it does. Is there any way to get intellij to know where these files are (and not make all my components red...)?
. You can add this folder manually in IJ as a source folder.
d
dave08
06/24/2021, 9:12 AM
Oh... thanks! I wonder how dagger2 does it? Is it some kind of intellij plugin?
dave08
07/01/2021, 3:27 PM
How should I add that as a source folder, in IDEA project settings or in Gradle? Also, if I don't will this cause problems with Intellij's support for jumping links on the editor's gutter?
r
ralf
07/01/2021, 4:03 PM
We don’t see any issues and didn’t add the folder as source directory anywhere.