hidemyname
0
Q:

how to initialize mutable list kotlin

val mutableList : MutableList<Kolory> = ArrayList()
0
val mutableList = mutableListOf<Kolory>()
0
val mutableList : MutableList<Kolory> = arrayListOf()
0

New to Communities?

Join the community