`val converters = mutableMapOf<Class<*>, ...
# announcements
j
val converters = mutableMapOf<Class<*>, Load<*>>()
d
You could get an idea of how to do that from Kodein code, I once used their
typeToken
function, and also when retrieving instances in the DI, that's excatly what he does... I don't have my computer in front of me to look it up for you though...