how do I pass an array as class from Kotlin to Jav...
# announcements
i
how do I pass an array as class from Kotlin to Java - the idea is to use it here
Copy code
String[] foo = gson().fromJson(json, String[].class);
but passing the class (in this case
String[]
as parameter)