I'm using an @aar dependency with transitive=true
in build.gradle
. It's downloaded to the gradle cache, but isn't resolved while the app is being compiled.
It may or may not be relevant, but I'm using it in a react-native app. The other dependencies in the build are compiled without a problem.
Does anyone have experience dealing with this type of issue?