Join Slack
Powered by
how do I pass an array as class from Kotlin to Jav...
# announcements
i
iex
05/08/2018, 1:37 PM
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)
Open in Slack
Previous
Next