I have a `KClass<T>` and I would like to get...
# multiplatform
e
I have a
KClass<T>
and I would like to get a corresponding `KType`….
KClass.createType
is JVM-only, anybody know if there’s a KMP way to do this?
m
.starProjectedType
maybe?
e
nope, also jvm-only
m
Oh yes, my fault. Most platforms don’t support a lot of reflection.
👍 1