Lista mapa według indeksu i wartości Kotlin

numbers.mapIndexed { index: Int, value: String -> index to value }.toMap()
Stockholm