`$ kotlinc-js` ```error: old Kotlin/JS compiler is...
# getting-started
r
$ kotlinc-js
Copy code
error: old Kotlin/JS compiler is no longer supported. Please migrate to the new JS IR backend
How can I fix this deprecation message to use kotlinc-js?
e
Copy code
kotlinc-js -X
will give you a bunch of options. you need some of the
-Xir-*
ones
this is probably quite nontrivial though