Newbie to the JS and multiplatform system here. I...
# javascript
f
Newbie to the JS and multiplatform system here. I would like to ask you how usable is the new JS backend introduced in v1.4. My case is this: we have a multiplatform library that we would like to use on the JVM and inside web applications written in TypeScript. It is not clear to me if it is better to use the old JS backend or the new one, and it is difficult for me to assess how much trouble I will get in using the Kotlin library from TS code. Could you share your experience, please?
👀 1
r
Kotlin 1.4.30 will fix some important IR bugs. I'm going to move my projects to IR as the default when 1.4.30 is ready.
👍 2
f
Great! Thank you for the insight! Any idea of when that could happen?
I mean, when 1.4.30 may be released?
r
I hope soon. 1.4.30-RC was released last week.
f
Great, thanks!