Fixed
Status Update
Comments
ak...@google.com <ak...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com>
sp...@google.com <sp...@google.com> #2
Thanks. This has been fixed. The fix will be in AGP 8.6.0.
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 Koala Feature Drop | 2024.1.2 Canary 6
- Android Gradle Plugin 8.6.0-alpha06
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
Update outdated kdoc for
isIncludeAndroidResources
in AGP DSLThe kdoc for
isIncludeAndroidResources
says:See
ANDhttps://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:build-system/gradle-api/src/main/java/com/android/build/api/dsl/UnitTestOptions.kt;l=41-49;drc=a6edb745fd8e8c20510fa5e8e97013b94e4d1192?authuser=19&hl=it
But the
enableUnitTestBinaryResources
has been removed.See