Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Enable D8 dex merging" #3023

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

BenHenning
Copy link
Member

Reverts #3014

It turns out that my issue was actually due to upgrading my build tools version past 31.0 which we don't currently support. While switching to R8 is preferable, it doesn't currently work with desugared classes. This seems like a Bazel issue that needs to be addressed, but we can mitigate it for now by keeping D8 compat and ensuring we don't use newer Android build tools.

Copy link
Contributor

@jcqli jcqli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh interesting, this LGTM

@BenHenning BenHenning merged commit 85a5c86 into develop Mar 29, 2021
@BenHenning BenHenning deleted the revert-3014-update-bazel-build-for-d8 branch March 29, 2021 21:08
@BenHenning
Copy link
Member Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants