https://kotlinlang.org logo
g

groostav

12/09/2016, 2:41 AM
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