Closed Chuckame closed 10 months ago
Closes #166
kotlin.Pair is now a record instead of an union. It's at the same time a breaking change and a bug fix, as previously we were not able of serializing kotlin Pairs because it was an union instead of a record...
kotlin.Pair
record
Closes #166
Breaking changes
kotlin.Pair
is now arecord
instead of an union. It's at the same time a breaking change and a bug fix, as previously we were not able of serializing kotlin Pairs because it was an union instead of a record...