Fredrik Rødland
10/28/2022, 10:42 AMend_exclusive
. We have clients which are not able to update kotlin as easily (apps in the wild). They now get the following error:
Unrecognized field "end_exclusive" (class kotlin.ranges.IntRange), not marked as ignorable (2 known properties: "start", "end"
Does anybody know of a nice work-around for this. we thought about implementing our own small dataclass on the serverside which adhers to the IntRange
api of kotlin <= 1.7.10, but it's seems kinda hacky...Sam
10/28/2022, 10:48 AMFredrik Rødland
10/28/2022, 11:11 AM