sharedMap

fun <K : Any, V : Any> sharedMap(initialCapacity: Int = 8): MutableMap<K, V>

Deprecated (with error)

Will be dropped with new memory model enabled by default

Replace with

mutableMapOf()