Is there a way to get `qualifiedName` for a reifie...
# javascript
o
Is there a way to get
qualifiedName
for a reified type in kotlin/js?
a
No, we can't get qualified name on JS. You are stuck with simpleName
o
That's a bummer. Thanks