https://kotlinlang.org logo
k

karelpeeters

11/23/2018, 9:02 PM
You could just unchecked cast it to a
MutableList
and then try to call
add
(and every other mutating function).