<@U0B891ZTR>: Lets say I write an `ImmutableMap` l...
# announcements
z
@michaelrocks: Lets say I write an
ImmutableMap
library in Kotlin. I can't pass that library to any Java functions that take a
Map
because they are incompatible (Java
Map
has write operations on the signature).