<@U3669PPNG> you should use `arrayList` if for som...
# getting-started
i
@nkiesel you should use
arrayList
if for some reason you want to have specifically an instance of
ArrayList
. Otherwise,
listOf
or
mutableListOf
is enough.