tipsy
03/30/2019, 1:37 AMMap<Class, Object>
? intellij suggests both Map<Class<Any>, Any>
and Map<Class<*>, Any>
as parameter type, but neither work when calling the method from java<?>
to the java version is the answer 🤔 `diesieben07
03/30/2019, 1:11 PMClass
is a legacy raw type and should not be used in Java. Kotlin does not support them.Alexey Belkov [JB]
04/01/2019, 9:17 AMMap
interop with Java and a little explanation.