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

Upgrading from 1.5.2 to 1.6.0-RC in Android project breaks R8 obfuscation #3058

Closed
julioromano opened this issue Dec 3, 2021 · 0 comments
Closed

Comments

@julioromano
Copy link

Build fails because of missing classes.

It is fixable by adding:

-dontwarn java.lang.ClassValue # Needed by kotlinx.coroutines 1.6.0-RC
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement # Needed by kotlinx.coroutines 1.6.0-RC

to proguard-rules.pro.

I though it was worth reporting this because no specific R8 pro guard config was needed with 1.5.2.

dkhalanskyjb added a commit that referenced this issue Dec 15, 2021
dkhalanskyjb added a commit that referenced this issue Dec 15, 2021
yorickhenning pushed a commit to yorickhenning/kotlinx.coroutines that referenced this issue Jan 28, 2022
pablobaxter pushed a commit to pablobaxter/kotlinx.coroutines that referenced this issue Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants