You need to think of Kotlin collections like Java ...
# announcements
a
You need to think of Kotlin collections like Java collections (as that's what they are). In general, build a
Mutable*
collection inside a function and expose the immutable interface of it.