Whoop whoop! In Kotlin, the size of an array can't change.
Here's a hint: we get elements with get() and we set elements with set(). How might we get the size of an array?
get()
set()