Hello Kotlin community, I am using a MutableList&l...
# announcements
o
Hello Kotlin community, I am using a MutableList<String> and each time I want to add an item to the beginning of the list and shift the existing items to the right. Is there an existing function in Kotin which can do that (The equivalent of void add(int index, E element) in JAVA) ?