Mapa de lista por índice e valor Kotlin

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