How can I create `Map<Class, Any>` in Kotlin...
# getting-started
j
How can I create
Map<Class, Any>
in Kotlin? I need a map that I will store object in and I need to identify instances by type