I am using Parceler which has problems with Kotlin...
# android
h
I am using Parceler which has problems with Kotlin's out variance in List<T> since it can't figure out the type (https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FKT-5792) . One solution to this is to use mutable lists. Is there a solution that does not sacrifice immutability?
m
ArrayList?
h
@marcinmoskala ArrayList is mutable