Hi guys, I would just like to give a bit more visibility to the following issue: https://youtrack.jetbrains.com/issue/KT-31799
This basically prevents me from writing external declarations for the
webstomp-client
NPM library. Kotlin just doesn't allow me to express this Javascript in a type safe way, because it believes it can't translate it to valid JS, which is not true.
Is there any workaround I could use?