Hi, does compose multiplatform support material3 ?
# compose
s
Hi, does compose multiplatform support material3 ?
d
Yes
👍 1
s
I have generated the compose multiplatform project using this wizard. In the version catalogs I do not see a dependency on material3. Is it included by default in the
org.jetbrains.compose
plugin ?
I had to add
Copy code
implementation(compose.material3)
in the
commonMain.dependencies
.