You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: