Version 1.2.0! <https://github.com/JetBrains/compo...
# compose-desktop
a
🦜 19
K 5
K 7
🦜 5
🎉 9
d
With K
1.7.20
support 🎉
b
Oddly enough CfW is still on 1.7.10
d
Not odd, it's called out in the Release Notes 👍
Or... the top linked PR at least 🙂
b
I meant odd because both, CfD and CfW are supposedly parts of compose multiplatform framework.
Either way, we can always just use 1.7.10 for both
h
Yeah, but there is a Kotlin error with Compose for Web 1.2.0 and Kotlin 1.7.20
n
I have never tried: do different Kotlin versions work in a multi-module multi-platform project? So is it possible to use 1.7.10 for the Compose/Web module and 1.7.20 for the Compose/Desktop module?
d
@Norbi Not directly no; typical way to achieve this would be with a Gradle Composite build where completely distinct Gradle projects (with independent Kotlin versions) can be linked in the same workspace through their produced artifacts.
Unfortunately Kotlin Multiplatform currently does not support Gradle Composite builds (mainly from IDE perspective). You can vote for it here.
s
@Igor Demin Awesome work! Is there plan to update the intellij project wizard samples also (using compose mulitplatform plugin) ? It till using older versions.
i
update the intellij project wizard samples
Yes, we will update them