Wasn’t beta07 supposed to support kotlin 1.5.0? `...
# compose
j
Wasn’t beta07 supposed to support kotlin 1.5.0?
Copy code
e: This version (1.0.0-beta07) of the Compose Compiler requires Kotlin version 1.4.32 but you appear to be using Kotlin version 1.5.0 which is not known to be compatible.  Please fix your configuration (or `suppressKotlinVersionCompatibilityCheck` but don't say I didn't warn you!).
🚫 2
j
Oh I had the false impression that the 1.5.0 PR did make it for the beta07 cut. But it hasn’t.
n
so tomorrow maybe ? 😄
j
... or today 😉. We had to bypass CI in order to land it, so hopefully the change doesn't get reverted.
🔥 2
🤞 2
🤩 3
a
I confused with the messages above 🙂 At the time the @jim’s "or today" message was posted,
beta07
was already released. What did it mean? 🙂 I think the next version should have 1.5.0, but when we can expect it? The reason why I'm asking is because of the binary incompatible change and the new state restoration bug in
beta07
. So the bug is fixed,
beta07
does not have the fix yet, but there is
build209
version of Compose for Desktop available with the fix.
build209
requires Kotlin 1.5.0, but
beta07
requires Kotlin
1.4.32
, and so I can't publish the update.
j
The CL did not make the beta07 cut, but did get merged for beta08, which goes out June 2nd assuming there are no unforeseen issues.
a
Thanks!
n
Btw, I hope it will be compatible with Kotlin 1.5.10 😄 (beta8)
🤞 1
j
Yup, 1.5.10 got merged before branch cut, so it should be.