I just noticed Java maps can not be accessed in Ko...
# announcements
a
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)
?