Fixed
Status Update
Comments
je...@google.com <je...@google.com>
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 Meerkat | 2024.3.1 Canary 7
- Android Gradle Plugin 8.9.0-alpha07
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
Steps to reproduce:
whyareyounotinlining
option in proguard configgradle.properties
:Sample project is attached.
Actual behavior
When R8 runs inside the main Gradle Daemon process, the system property works correctly and build finishes successfully. When R8 runs outside the process, the build failes with:
As I understand, the option
systemProp.com.android.tools.r8.experimental.enablewhyareyounotinlining=1
wasn't passed to forked process.Environment:
Gradle version: 8.10.2 AGP version: 8.7.2