Join Slack
Powered by
I just noticed Java maps can not be accessed in Ko...
# announcements
a
Andrew Gazelka
01/10/2019, 7:08 PM
I just noticed Java maps can not be accessed in Kotlin with
Map#get(Object o)
only with
Map#get(K key)
. Is there any way to call
Map#get(Object o)
?
Open in Slack
Previous
Next