I'm trying to upgrade a react library to Kotlin 1....
# javascript
j
I'm trying to upgrade a react library to Kotlin 1.8, JS IR, and recent kotlin-wrappers (
1.0.0-pre.488
) and it turns out the
dom.html
package is not found anymore. Should I explicitly add a dependency? I thought this was part of the Kotlin/JS stdlib
Ah it looks like
dom.html
changed to
web.html
👍 1
👍🏾 1