where does Ctrl-B Navigate to declaration look?
Answered
I am using IDEA Ultimate 2018.1
Can I specify the location(paths) where Ctrl+B will look while navigating to declaration?
There are multiple modules and multiple module groups within a module in my Gradle project. Module B depends on Module A which is obtained from the local maven repository per gradle.build as a result when I try to navigate to a declaration in module A while working on code in module B the source from Maven is retrieved. Is there a way to make IDEA look for declarations in the project modules before using the dependency info in the build?
Regards
Please sign in to leave a comment.
Hi. Try changing the dependency order in File | Project structure | modules | dependencies.