Kotlin przekonwertuje tablicę na ArrayList
arrayOf("your string","your string 2").toCollection(ArrayList())
Black Bee
arrayOf("your string","your string 2").toCollection(ArrayList())