Instead of `array`, you need a mutable collection ...
# announcements
t
Instead of
array
, you need a mutable collection (like
MutableList
). And you need to be able to get a reference to it, in order to add an element
💯 1