gradle transitive dependencies not loaded
Assume I have lib A, written and publishen with gradle to an artifactory.
Now if I make a project B that depends on project A, publish it, and load in inside project C as compile dependency, project A will not be loaded. At this point I can only add project A as dependency, so IDEA will not throw error during edit (not added lib A). Nevertheless the Gradle build works.
请先登录再写评论。
https://youtrack.jetbrains.com/issue/IDEA-125971 may be related.
You have no permissions to view this page
:( and can't login :)
Try again later.
Oh, this happened almost a year ago? :O Where is the problem then? Eclipse does it well somehow.