leandro
09/24/2020, 1:03 PM1.0.0-RC2
(did not happen with 1.0.-RC
) with my custom serializer using Json.
It’s minified by the stacktrace contains this piece:
Caused by: kotlinx.serialization.SerializationException: Serializer for class 'k' is not found.
Mark the class as @Serializable or provide the serializer explicitly.
Alex Vanyo
09/24/2020, 3:07 PMJsonElement
directly?
There’s a PR here that will update the README’s ProGuard configuration: https://github.com/Kotlin/kotlinx.serialization/pull/1095