I’m using kotlin 2.1.0, with json serialization ve...
# serialization
k
I’m using kotlin 2.1.0, with json serialization version 1.8.0. For my data class using Uuid, the compiler gradle plugin says
serializer has not been found for type 'Uuid'
, but there is one built-in from serialization lib itself - how to properly mark Uuid as serializable?
h
Are you sure you're not mixing java's uuid and the kotlinx uuid somehow?