Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Suggestion] #154

Closed
AndraxDev opened this issue Apr 3, 2023 · 1 comment
Closed

[Suggestion] #154

AndraxDev opened this issue Apr 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@AndraxDev
Copy link
Contributor

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

id 'kotlinx-serialization'

to app module build.gradle (can be added to another modules too) and

id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.21'

to project build.gradle

Maybe it will help if someones also have problems related to optimizers.

@AndraxDev AndraxDev added the enhancement New feature or request label Apr 3, 2023
@aallam
Copy link
Owner

aallam commented Apr 3, 2023

Thank you for sharing! Let's convert this issue into a discussion for better discoverability.

Repository owner locked and limited conversation to collaborators Apr 3, 2023
@aallam aallam converted this issue into discussion #155 Apr 3, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants