We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
proguard-rules.pro
I though it was worth reporting this because no specific R8 pro guard config was needed with 1.5.2.
The text was updated successfully, but these errors were encountered:
Fix R8 warnings
303f01c
Fixes #3058
09604cb
2ddcbe8
Fix R8 warnings (Kotlin#3090)
25f0c10
Fixes Kotlin#3058
fb48180
No branches or pull requests
Build fails because of missing classes.
It is fixable by adding:
to
proguard-rules.pro
.I though it was worth reporting this because no specific R8 pro guard config was needed with 1.5.2.
The text was updated successfully, but these errors were encountered: