With Kotlin, the need for `MultiMap` is significan...
# random
k
With Kotlin, the need for
MultiMap
is significantly reduced when you can do
map.getOrPut(key) { mutableListOf() }