Join Slack
Powered by
I need to call a Java method with a varargs parame...
# announcements
d
diesieben07
12/14/2017, 10:08 AM
I need to call a Java method with a varargs parameter and the API requires me to pass
null
for the "vararg array". Is there a way to do that in Kotlin?
null as Array<String>?
does not work.
k
karelpeeters
12/14/2017, 10:10 AM
*null
doesn't happen to work?
d
diesieben07
12/14/2017, 10:10 AM
No 😞
6
Views
Open in Slack
Previous
Next