:tada::tada::tada: :compose-multiplatform: <https...
# announcements
a
🎉🎉🎉 K Compose Multiplatform 1.7.0 is out! K The 1.7.0 release brings more components to common code, support for type-safe navigation, significant performance improvements for iOS, and includes some of the new changes from the latest Jetpack Compose update. Share your experiences, feedback, and questions either here or in our dedicated #compose channel. kodee loving 🔗 For more details, see our blog post or What’s New page.
🔥 12
K 10
❤️ 42
K 24
kodee happy 23
K 106
a
Is it now windowSizeClass function already there in common code?
k
g
iOS still in beta?
👌 1
a
Sorry I mean calculateWindowSizeClass function, I just tried but still unresolved in common code
d
Nice changes to have, but... Please, please improve the
@Preview
story for
1.8.0
. It's been a hot mess for a long while now, and is absolutely killing me now that I have to do serious work in CMP. I'm not even talking about improving Desktop preview itself (which would be nice) just rationalise the integration with IDEs. Today, nobody can agree on which annotation, source set or IDE to use 😵 ...it's a core productivity feature of the framework; more so than some of these '_nice to have_'s.
☝️ 18
k
@abdl you could use currentWindowAdaptiveInfo(): WindowAdaptiveInfo it provides common WindowSizeClass
a
Oh okay I'll try