<https://twitter.com/kotlin/status/137474985708114...
# announcements
u
https://twitter.com/kotlin/status/1374749857081143299 When you build your list using a builder (like buildList), the resulting list is effectively frozen. So you can’t cast it to MutableList and add elements to it. This is the same for Maps and other collections. #KotlinTips Twitter