Why use an array? Kotlin Arrays are mutable just like Java Arrays. You should use a Kotlin List, which as opposed to MutableList, is immutable.
確定! 回上一頁