Hi everyone, seems like the `JsObject` class is n...
# javascript
f
Hi everyone, seems like the
JsObject
class is no longer available in the latest versions of the
kotlinext
in
kotlin-wrappers
, was it renamed or replaced by other class or just removed? @turansky I know you've made a lot of changes to that repo so you might know
t
You can use 
Object
 instead
f
perfect, thanks @turansky!