Fixed
Status Update
Comments
be...@google.com <be...@google.com>
be...@google.com <be...@google.com> #2
Thanks for the report. Would it be possible for you to share a zip dump of the inputs to R8, including the app's class files, keep rules, etc.? This should enable us to reproduce the build.
You can generate this by running:
./gradlew assembleRelease --no-daemon -Dcom.android.tools.r8.dumpinputtodirectory=/path/to/r8/dumps
See also
sa...@google.com <sa...@google.com> #3
Hi, thanks for response, here they are
ju...@google.com <ju...@google.com>
ga...@google.com <ga...@google.com> #4
Thanks for sharing. Looking at the code from the dump it is not immediately clear why this would fail with a NullPointerException. Would it be possible for you to also share the APK that is not working?
Description
These plugins should be in
gradle-api
but this can only happens onceBasePlugin.getExtension()
which is a breaking change.This should happen in 8.0