uh, I've got a method in kotlin that returns a `Ma...
# announcements
g
uh, I've got a method in kotlin that returns a
Map
, that is kotlins immutable map interface, and am passing it to a java method that wants a regular
java.util.Map
--which kotlin is interpreting as a
MutableMap
, meaning it wont let me pass them