Kotlin mengonversi array ke arraylist

arrayOf("your string","your string 2").toCollection(ArrayList())
Black Bee