Programming in Kotlin - Part 36: Mutable vs | Ray Wenderlich Videos

Learn the difference between the two types of collections.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4736-programming-in-kotlin/lessons/36

I donโ€™t know why, but IntelliJ is giving me an unresolved reference error when I try to declare an ArrayList as you did in the tutorial. Iโ€™ve tried using Alt+Enter to import it properly, but it didnโ€™t make any difference.

Screenshot%20from%202019-07-02%2012-30-10

Have you tried to manually type the import? For example:
import kotlin.collections.ArrayList