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.
Asked
Active
Viewed 72 times
0
-
3you 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