Hello guys! My question is the following: Can I ad...
# announcements
d
Hello guys! My question is the following: Can I add an element to an immutable list? In Javascript you could do the following but seems that not in Kotlin.
Copy code
val newList = immutableList.push(4)