Multi-dimensional Arrays in Kotlin code example Example: 2d array in kotlin val array = Array(row) { IntArray(column) }