Concurrent Hash Map in Kotlin

ConcurrentMap is from a Java package, as I mentioned in the question, I need it purely in Kotlin. Basically, I need my HashMap to be thread-safe so multiple can threads can do insert/remove.