Hey I have this project: <https://github.com/jan-t...
# compose-web
j
Hey I have this project: https://github.com/jan-tennert/EinkaufszettelNext, which has the Web target for compose and works fine with Compose 1.5.X, but updating to 1.6.0 dev versions gives me a compiler error: java.lang.AssertionError: Assertion failed at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.JsAstUtilsKt.checkOnNullability(jsAstUtils.kt:430) at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.JsAstUtilsKt.translateCallArguments(jsAstUtils.kt:401) at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.JsAstUtilsKt.translateCallArguments$default(jsAstUtils.kt:385) at org.jetbrains.kotlin.ir.backend.js.transformers.irToJs.JsAstUtilsKt.translateCall(jsAstUtils.kt:163) at (The Android build works fine)
o
I'm not completely sure. I suspect there is an incompatible library For example this library https://github.com/supabase-community/supabase-kt/blob/master/gradle/libs.versions.toml#L25 depends on compose 1.5.11 compose 1.6.0-dev... for k/js is not compatible with compose 1.5.11
j
Thanks! I'll try to publish a supabase-kt version with Compose 1.6.0 to maven local for testing
👍 1
Seems not to have fixed it 🤔 Maybe all other compose-related dependencies which are on Compose version 1.5.X?
o
Yes, if there is at least one such dependency, the project won't compile
j
Okay then I'll have to wait. Thanks!
👍 1
o
If you would like, you might submit a request on GitHub to the projects which you want to be updated.
Since it's compose dev builds, many authors don't try it until at least Beta
j
Yea, its not that important but I saw that there were some Compose for Web fixes in these dev builds which I wanted to try, but that will have to wait
👍 1