I was just reading about the early access 1.9.0-RC...
# javascript
a
I was just reading about the early access 1.9.0-RC, that "Kotlin/JS: deprecated legacy backend with error,". Does anyone know if that means that the legacy backend is removed and can't be used anymore? Or if it's still possible to use it somehow? Source: https://kotlinlang.org/docs/eap.html#build-details
t
IR works fine 🙂 Do you have migration problems?
a
Just read the release notes and it doesn't seem to be affected. https://github.com/JetBrains/kotlin/releases/tag/v1.9.0
Well, we kind of have migration problems. We are publishing JS-libraries to npm and multi-module-js-library projects are not working very well with IR, unfortunately.