On the bytecode level there is no such thing as `k...
# android
m
On the bytecode level there is no such thing as
kotlin.collections.MutableMap
or
kotlin.collections.Map
. There are both mapped to
java.util.Map
.