Why does Kotest have this definition? ```package i...
# kotest
k
Why does Kotest have this definition?
Copy code
package io.kotest.common

actual fun <K, V> concurrentHashMap(): MutableMap<K, V> = mutableMapOf()
This resulted in me creating a non-concurrent map when I thought it was concurrent.
o
thank you color 1
🫡 1