I have a bunch of gradle sub modules in a server side project to separate the different layers (data/domain/api), when I use ctrl-click on a function or class Intellij isn't able to show me occurances in other modules, I have to use global text search to try to find them... is this a known problem? Or maybe only in my setup and it could be solved somehow?
c
CLOVIS
06/04/2024, 9:39 AM
What do you mean by "sub modules"?
include
(a project) or
includeBuild
(a build)?
IDEA should definitely be able to navigate usages from one Gradle project or build to another, so it's probably your setup.
d
dave08
06/04/2024, 9:39 AM
include...
dave08
06/04/2024, 9:40 AM
Ok, so at least I know that my setup is the problem, thanks! I'll try to look into it a bit better.
c
CLOVIS
06/04/2024, 9:40 AM
Are all projects highlighted in bold in the project view, and visible in the Gradle view?
d
dave08
06/04/2024, 9:41 AM
Yeah
c
CLOVIS
06/04/2024, 9:41 AM
Do they have dependencies on each other?
d
dave08
06/04/2024, 9:42 AM
Yes, but only what they relate to, it's hexagonal architecture
👍 1
c
CLOVIS
06/04/2024, 9:42 AM
Is there any warning/ message during Gradle sync? (in the 'build' view)