It seems the reified super type token trick only w...
# announcements
p
It seems the reified super type token trick only works for getting a
java.lang.reflect.Type
, but not for getting a
kotlin.reflect.KType
? can’t make it work for the latter, KType says it’s missing its type argument.