```val strList: MutableList<String> = mutabl...
# announcements
p
Copy code
val strList: MutableList<String> = mutableListOf()
That will also work. List is a readonly interface.