Status Update
Comments
sp...@google.com <sp...@google.com>
em...@google.com <em...@google.com>
sp...@google.com <sp...@google.com>
au...@google.com <au...@google.com> #2
Any updates here? It is blocking androidx upgrade to a newer version of AGP.
sp...@google.com <sp...@google.com> #3
Pending fix here: ag/26705204
It should be fixed in time for AGP 8.4.0-rc01 / 8.5.0-alpha03
sp...@google.com <sp...@google.com> #4
A workaround for this bug is to add the following to the gradle.properties file:
android.experimental.lint.analysisPerComponent=false
Edit: that workaround won't work if running lint from a KMP module (which is the case for AndroidX)
sp...@google.com <sp...@google.com> #5
This has been fixed. The fix will be included in AGP 8.4.0-rc01
and 8.5.0-alpha03
.
sp...@google.com <sp...@google.com> #6
The fix will also be included in AGP 8.3.2
.
an...@google.com <an...@google.com> #7
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 Koala | 2024.1.1 Canary 3
- Android Gradle Plugin 8.5.0-alpha03
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> #8
The fixes for this issue are now also available in:
- Android Studio Jellyfish | 2023.3.1 RC 1
- Android Gradle Plugin 8.4.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
an...@google.com <an...@google.com> #9
The fixes for this issue are now also available in:
- Android Studio Iguana | 2023.2.1 Patch 2
- Android Gradle Plugin 8.3.2
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
DESCRIBE THE ISSUE IN DETAIL:
Lint no longer works for kmp dependencies
STEPS TO REPRODUCE: