Does anyone know why `KClass.simpleName` is suppor...
# webassembly
s
Does anyone know why
KClass.simpleName
is supported, but not
KClass.qualifiedName
?
s
I appreciate the link. Thank you!
i
It disabled by default in a matter of bundle size. You can enable it with the
-Xwasm-kclass-fqn
compiler flag.
b
JFYI: KT-69621