0

I have a Gradle multi-module project with 2 sub-projects and one of them depends on the other. When I am trying trying to build, I see that project B (that has dependency on project A) couldn't load dependencies in Project A's build.gradle and so throwing compile errors. Is there something specific to be added to resolve this.

Kranthi
  • 103
  • 1
  • 9
  • 3
    you can probably find what you need here make sure you understand difference between api and implementation https://stackoverflow.com/questions/44413952/gradle-implementation-vs-api-configuration – Nigel Savage Aug 25 '21 at 19:14

0 Answers0