JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.24k stars 1.11k forks source link

Support Material3 version 1.3.0-Beta01 #4849

Closed mahramane closed 23 hours ago

mahramane commented 1 month ago

Hi Please update material3 to version 1.3.0-Beta01. material3-1.3.0-Beta01

vickyleu commented 4 weeks ago
Modifier.clickable(interactionSource = interactionSource,
    indication = rememberRipple(color = Color.Blue.copy(alpha = backgroundAlpha))) {
                //^ deprecated error, compilation fail
}

you can force override androidMain.dependencies.implementation(libs.compose.material3) to 1.3.0-beta01,

but other components will give errors, For example, the beyondBoundsPageCount property of HorizontalPager will be lost, but everything is fine in the compiler, and only an error occurs during runtime.

MatkovIvan commented 23 hours ago

Available since v1.7.0-dev1698