Hi, fellas. I'm seeing a weird behavior playing wi...
# announcements
i
Hi, fellas. I'm seeing a weird behavior playing with
var tasks: MutableList<Task> = arrayListOf()
If I try to
.add(task)
, I get
java.lang.UnsupportedOperationException
, but the item is successfully added to the list. Am I missing something?