Hey guys, material expressive theme seems to be br...
# multiplatform
k
Hey guys, material expressive theme seems to be broken in the latest CMP release 1.9.1. The documentation says we need to include
implementation("org.jetbrains.compose.material3:material3:1.9.0-alpha04")
however, it has no effect. Most probably because CMP
1.9.1
refers to a newer version
1.9.0
of
material3
. What should we do to use
MaterialExpressiveTheme
in the latest stable CMP version? In
material3:1.9.0
it is an internal function.
j
Just use 1.9.1? 1.10 is also in alpha if you'd rather
p
You have to explicitly define dependency to org.jetbrains.compose.material3:material3 needed version
As i remember expressive starts to be public from 1.10.x version. Current is 1.10.0-alpha02
k
@Jack Boswell there is no version 1.9.1 of jetbrains material3.
🤔 1
@PHondogo that might work, I just didn’t wanted to risk it going to 1.10 alpha, have no idea if the combination will work
Would rather like to see JetBrains update the docs, that way I would know they checked the combination and it’s not dangerous to go there. The docs are wrong now anyway. Meanwhile, I will either downgrade to cmp 1.9.0 or just stop using/starting with expressive, it’s a new project anyway, will have plenty of time to upgrade.