Replies: 1 comment
-
Thank you for sharing! Let's convert this issue into a discussion for better discoverability. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suggestion related to Serializable classes
This suggestion is related to the issue #147
I suggest you to add id 'kotlinx-serialization' to build.gradle because sometimes a serialization exception may still occur when extremely aggressive optimizers are used (I compressed my app from 20MB to only 2 MB).
All my problems are gone when i add
to app module build.gradle (can be added to another modules too) and
to project build.gradle
Maybe it will help if someones also have problems related to optimizers.
Beta Was this translation helpful? Give feedback.
All reactions