Is it possible to use a newer version of material3 or is it bound to
compose-multiplatform-core
release cycle?
For the upgrade from material2 to material3 I need
ModalBottomSheetLayout
and it seems to be available in googles compose material3 version
1.1.0-beta01
.
n
Nikolay Rykunov
04/05/2023, 3:50 PM
Unfortunately, it is not possible 😞 You are right that it is bound to compose multiplatform release cycle.
And for now latest stable compose material3 is
1.0.1
, so we decided to keep it in 1.4.0 release
a
Adam Brown
04/05/2023, 9:38 PM
@Nikolay Rykunov is there like an rss feed or twitter or something to follow development of compose multiplatform? just keep up on how things are going for the next release, ect