Good day. Does anyone have an idea when Compose Mu...
# compose-web
a
Good day. Does anyone have an idea when Compose Multiplatform (Web) will be compatible with Kotlin 1.7.20?
i
Soon. We already have 1.2.1-rc03, which should support Kotlin 1.7.20. If we don't find new issues, it will be 1.2.1
a
Awesome. 👍🏾
j
I just tried
1.2.1.rc03
but getting following for some reason
Copy code
java.lang.AssertionError: org.jetbrains.kotlin.ir.expressions.impl.IrCallImpl@4439c471: No such value argument slot: 1
Could be I have something misconfigured but so far haven't been able to see what (this is for following brach of PeopleInSpace https://github.com/joreilly/PeopleInSpace/tree/kotlin_1_7_20 btw)
h
do you get the error message with the js target? I don't get any error messages: https://github.com/hfhbd/ComposeTodo/pull/660
j
Kotlin/JS based module working fine it seems. Anyway, will take a look at your project and compare, thanks.
ok, issue seems to have been caused by some build config I had to override compose compiler version (that's no longer needed)....working fine now without that