dalexander
07/12/2016, 6:51 PMArray<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()
).