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
Jack Boswell
10/19/2025, 5:36 AM
Just use 1.9.1? 1.10 is also in alpha if you'd rather
p
PHondogo
10/19/2025, 8:05 AM
You have to explicitly define dependency to org.jetbrains.compose.material3:material3 needed version
PHondogo
10/19/2025, 8:07 AM
As i remember expressive starts to be public from 1.10.x version. Current is 1.10.0-alpha02
k
Karen Frangulyan
10/19/2025, 2:03 PM
@Jack Boswell there is no version 1.9.1 of jetbrains material3.
🤔 1
Karen Frangulyan
10/19/2025, 2:05 PM
@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
Karen Frangulyan
10/19/2025, 2:08 PM
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.