Fixed
Status Update
Comments
gi...@gmail.com <gi...@gmail.com> #2
Yigit, I haven't had time to try reproducing yet, but they have a github link which is nice. What's weird though is I don't think anything has changed recently at all, but maybe you're aware? Although, looking at the callstack, it may be an AGP issue? If it looks like that to you too, bounce it back to me.
OP: Was this a regression? And just to make sure, when you say "run ./gradlew help
", you're seeing this from the command line? Or from within Studio?
ga...@google.com <ga...@google.com>
ga...@google.com <ga...@google.com> #3
I'm seeing this from command line.
Yes this seems to be a regression starting from 7.0.0-alpha10.
Note that the project I linked doesn't use databinding at all, enabling the build config flag is all that's needed to reproduce this.
Description
Follow-up on https://issuetracker.google.com/247066500
For the following scenario:
When getting the compile/runtime dependencies for app,
androidx.core:core-ktx:1.7.0
will be missing (this scenario is captured inJavaPlatformDependencyTest
).AGP models should contain transitive dependencies of the
platform
project and::platform
project we need to filter out that dependency on the IDE side as this project cannot have any sources:platform
project fully, but this implies that dependency graph information is incomplete