-
Notifications
You must be signed in to change notification settings - Fork 645
Missing classes when minifying with R8 #2392
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
Comments
Isn't this an issue of |
I was wondering if I should open it there instead of here, but ultimately decided to post it here because it seems classes annotated with |
Given the line |
I created an issue for this in the It includes a minimal reproducible github project |
Thank you! |
Attempting to obfuscate and shrink any app that uses the
kotlinx.datetime
library (which depends on this library) results in the following errors caused by the proguard rules of this library:To Reproduce
Environment
The text was updated successfully, but these errors were encountered: