Project Dependency Awareness with Gradle?

已回答

Hello,

with Maven projects it is possible to import two independent projects projects A and B (not part of a common Maven multi-module project) into a IDEA project.

If the POM of project B declares a dependency on project A and the version of the imported project A corresponds to the dependency declaration in project B, IDEA will recognizes this and code navigation will jump to the sources of project B in the IDEA workspace.

The corresponding scenario doesn't work with Gradle projects.

Is it possible to support this with Gradle in IDEA?

 

0

请先登录再写评论。