Fixed
Status Update
Comments
sp...@google.com <sp...@google.com> #2
Thank you for the report and the code causing the issue. I have landed a reproduction which shows that the code thrown an ArrayIndexOutOfBoundsException
from the last bitSet.toByteArray()[0]
when not processed by R8.
an...@google.com <an...@google.com> #3
Project: r8
Branch: main
Author: Søren Gjesse <
Link:
Add reproduction of
Expand for full commit details
Add reproduction of issue 391417819
Bug: b/391417819
Change-Id: I37eb909c100104fadeb895bf5d930f4f54e94ba0
Files:
- A
src/test/java/com/android/tools/r8/B391417819Repro.java
Hash: bf9b1962052bf91689120a09deded518e37862a2
Date: Wed Jan 22 09:41:15 2025
no...@gmail.com <no...@gmail.com> #4
deleted
Description
The fix for Issue 338512598 involved modifying
VariantDependenciesBuilder#shouldConfigureKotlinPlatformAttribute
to accommodate the current special case of built-in kotlin support for testFixtures and screenshotTest components.VariantDependenciesBuilder#shouldConfigureKotlinPlatformAttribute
should be updated as general built-in kotlin support evolves (