Fixed
Status Update
Comments
sp...@google.com <sp...@google.com> #2
Hey Tor, assigning this to you first because I'm wondering if this is actually WAI. WDYT?
sp...@google.com <sp...@google.com>
an...@google.com <an...@google.com> #4
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 Iguana | 2023.2.1 Canary 2
- Android Gradle Plugin 8.3.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> #5
The fixes for this issue are now also available in:
- Android Studio Hedgehog | 2023.1.1 Beta 2
- Android Gradle Plugin 8.2.0-beta02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Description
Lint reports a DuplicatePlatformClasses lint error when
android.experimental.lint.analysisPerComponent=true
and there's atestImplementation
dependency oncommons-logging
Repro steps:
testImplementation 'commons-logging:commons-logging:1.1.1'
dependency.android.experimental.lint.analysisPerComponent=true
in thegradle.properties
file../gradlew lint
Expected result:
No
DuplicatePlatformClasses
lint errorActual result: