mutableListOf return MutableList instead of ArrayL...
# announcements
g
mutableListOf return MutableList instead of ArrayList, so you use more generic implementation of List Also ArrayList available only on JVM, so if you used ArrayList directly you cannot use this code on other platforms