Any ideas on how to get the KType from a reified p...
# reflect
a
Any ideas on how to get the KType from a reified parameter? I can get to the Type using the
TypeReference
or
TypeToken
style tricks. but then don't have the nullable flag. Not sure if
object: SomeAncestorThatIsNullable
makes that descendant have nullable the same?