Fixed
Status Update
Comments
ju...@google.com <ju...@google.com>
ju...@google.com <ju...@google.com>
ju...@google.com <ju...@google.com> #2
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 2
- Android Gradle Plugin 8.8.0-alpha02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
an...@google.com <an...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 4
- Android Gradle Plugin 8.8.0-alpha04
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Follow up to b/345452195 , which addressed false positive UnknownNullness lint errors on java code using type-use nullness annotations.
The UnknownNullness lint also comes up when kotlin code implicitly uses an unannotated java type, and that case does not currently handle type-use annotations.