Erstellen Sie leeres Array in Kotlin

val stringArray = arrayOf<String>()
Gleaming Grivet