java.lang.NoClassDefFoundError: kotlin/uuid/Uuid when using JsonContentPolymorphicSerializer
I would like to use JsonContentPolymorphicSerializer
to dynamically deserialize field of JSON. Deserialization is working great, but when I try to serialize object into JSON, following exception is thrown: