According to the docs, this should be supported, right? <https://kotlinlang.org/docs/reference/js-re...
c
"At this time, JavaScript does not support the full Kotlin reflection API"
You can use only
<Your Class>::class.simpleName
👍 1