Fixed
Status Update
Comments
je...@google.com <je...@google.com>
hu...@google.com <hu...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
an...@google.com <an...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
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