Fixed
Status Update
Comments
sr...@google.com <sr...@google.com>
je...@google.com <je...@google.com>
ga...@google.com <ga...@google.com> #3
This will be fixed in Iguana Beta 1.
Change-id: I3b12f0dc2fd7d59ac9b395e968712aa0c320e2fd
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 Beta 1
- Android Gradle Plugin 8.3.0-beta01
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
Recommended component: Android Public Tracker > App Development > Android Studio > IntelliJ > Kotlin Plugin
DESCRIBE THE ISSUE IN DETAIL
I was using Gradle 8.5 in IntelliJ IDEA 2023.2.5. I executed a test via the Gradle runner and my tests failed, because of an init script generated by IDEA.
The issue I had will affect people who are on Gradle 8.5+ with
org.gradle.warning.mode=fail
and those on Gradle 9.+. Timeline:The warning message for SEO:
How is this relevant for Android Studio?
According to the current standing Iguana will be built on top of 2023.2.x (any of 2.1-2.5, it doesn't matter).
(If the final Iguana stable is upgraded to 2023.3, this issue is not relevant.)
This means Iguana stable won't be able to use the above mentioned versions of Gradle.
The fix seems to be related to KTIJ, but it's tagged 2023.3, which means Iguana's IDEA base won't contain the fix.
This is very long-winded heads-up to consider cherry-picking the fix for:https://youtrack.jetbrains.com/issue/KTIJ-26064
Note: the issue description has nothing to do with what I'm mentioning above, they just happened to fix it naturally because the code was touched. Seehttps://youtrack.jetbrains.com/issue/IDEA-339595 for the relevant warning / stack / related code.