Closed wakaztahir closed 1 year ago
This is a combined changelog from the prerelease versions: 1.5.0-beta01 1.5.0-beta02
This version of Compose Multiplatform is based on the next Jetpack Compose libraries: Compiler 1.5.0 Runtime 1.5.0 UI 1.5.0 Foundation 1.5.0 Material 1.5.0 Material3 1.1.1
Also note that you don't have to specify all these individually. See the templates for:
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Compose 1.5 doesn't have
"This version of Compose Multiplatform is based on the next Jetpack Compose libraries:" like previous version had
I previously had
compose.jb.version=1.4.0 compose_compiler_version=1.4.4 compose_runtime_version=1.4.0 compose_ui_version=1.4.0 compose_foundation_version=1.4.0 compose_material2_version=1.4.0 compose_material3_version=1.0.1
How would I go about updating this...