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?
m
mbonnin
06/30/2022, 11:41 PM
implementation
dependencies are still put on the runtime classpath of
app
mbonnin
06/30/2022, 11:41 PM
You could shadow your private dependencies if you want to make them available to downstream modules