Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
ja...@gmail.com <ja...@gmail.com> #3
The fix has not been landed.
em...@google.com <em...@google.com>
je...@google.com <je...@google.com>
bi...@google.com <bi...@google.com> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
ja...@gmail.com <ja...@gmail.com> #5
I cc'ed you on the CL which should be landed this week.
bi...@google.com <bi...@google.com> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
Description
When creating a library component that uses here , it states:
@IntDef
annotations in its public API, I am expecting that theannotations.zip
is packaged inside that aar - fromHowever, this doesn't appear to be the case, and the
build/intermediates/annotations_typedef_file/debug/typedefs.txt
file is empty (I'm assuming this would contain something?) as is thebuild/intermediates/annotations_zip/debug/
dir.I'm using AGP 7.0.3 with Gradle version 7.0.2 in Android Studio Bumblebee 2021.1.1. Patch 2.
(NOTE: I re-raised this ticket, as https://issuetracker.google.com/issues/227147440 was likely in too high-level a bucket. Apologies for the dupe.)