It should be able to make a `Array<Pair<Stri...
# getting-started
d
It should be able to make a
Array<Pair<String, Any>>
have you tried using
Pair()
and specifying the types manually out of curiosity? Not sure this is a great solution but could work for now. You might want to make a
List
instead if you didn’t need an array (
listOf()
).