Even shorter ``` var matches = liveMatches.value ?...
# announcements
d
Even shorter
Copy code
var matches = liveMatches.value ?: mutableListOf()
d
That is something else.
listOf
is immutable,
ArrayList
is not.
d
Good shout, I’m too used to immutability 😄