Lista de mapa por índice y valor kotlin

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