What's a good approach to transforming a map into ...
# getting-started
j
What's a good approach to transforming a map into a different map in kotlin? In Java I'd use a stream with a collector, or in groovy I'd do it with collectEntries. Trying to figure out the idiomatic approach here.