I've issues updating my library to Kotlin 2.1.0 I...
# compose-web
s
I've issues updating my library to Kotlin 2.1.0 It complains that in my zlib.wasm.kt these imports are not longer available:
Copy code
import org.khronos.webgl.Uint8Array
import org.khronos.webgl.get
import org.khronos.webgl.set
Is there anything special I need to do now to make this work? https://github.com/Ashampoo/kim/blob/c9965bf71b2165f954c1ba87a6c3d9cc58455522/src/wasmMain/kotlin/com/ashampoo/kim/common/ZLib.wasm.kt#L18-L20
2