Harold Martin
06/30/2022, 8:59 PMuistuff
which my subproject app
depends on.
uistuff
retrieves implementation
dependencies from a private repository only specified in its build.gradle . However app
seems to believe it should have these dependencies (but can’t find them due to not having the private repository configured).
Strangely, when looking at a build scan uistuff
does not appears in the dependencies pane unlike all of my other subprojects.
Any ideas what might cause this?mbonnin
06/30/2022, 11:41 PMimplementation
dependencies are still put on the runtime classpath of app
Harold Martin
07/01/2022, 1:24 AMmbonnin
07/01/2022, 6:34 AM