doesn't compile with message "Unsupported [This reflection API is not supported yet in JavaScript]". But it works and returns correct results in Kotlin Playground (Wasm with Kotlin 1.9.20). Wondering, what is the current state of
KClass#qualifiedName
in
jsWasm
?
s
Svyatoslav Kuzmich [JB]
12/08/2023, 5:39 PM
Could you try adding a compiler flag
-Xwasm-kclass-fqn
? I think it would do what you need, but can’t test it now