Anyone know how to perserve the order in a List/Im...
# multiplatform
d
Anyone know how to perserve the order in a List/ImmutatableList when it is converted to Objective-C/Swift list/array? From the backend we get a JSON which contains a list we parse it with kotlin serialization to a ImmutableList from kotlinx.collections on android the order is always correct but on ios it changes if a value in object in the list changes like a boolean being false and then we get a new json where the order is the same as the previous json only a boolean value is changed to true