Hi, is there a way to convert `KClass` to `KType` ...
# reflect
i
Hi, is there a way to convert
KClass
to
KType
on Kotlin/Native? I saw that for JVM there's
createType
To add to my question, is there a way to obtain a
KType
from
ObjCClass
directly instead?