-
-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Milestone
Description
Maybe this can be just a meta-issue to collect issues w/ Kotlin 1.4.
First thing I noticed is that inline classes no longer serialize properly.
w/ Kotlin 1.3:
{
"type" : "SHOPPING_CART",
"url" : "http://example.com"
}
w/ Kotlin 1.4:
{
"type" : "SHOPPING_CART",
"url-6j4v_q1g" : "http://example.com"
}
philib, itd-sk, ragnese, lucaro, pjwalstrom and 17 more