Does anyone know why `kotlin.reflect.full.*` i.e....
# multiplatform
h
Does anyone know why
kotlin.reflect.full.*
i.e.
createType()
is not available for native (and potentially js, but native is more important to me). Is it because it is not implemented yet or because information and full reflection don't exist at runtime in native?
👍 1