[SOLVED] The `Icons.*` doesn't contain some of th...
# compose-desktop
t
[SOLVED] The
Icons.*
doesn't contain some of the material icons. Does desktop compose has an extended icon dependency available, like
androidx.compose.material:material-icons-extended
?
Gotcha!
t
Using build “0.4.0-build174”, I have added the following to the dependencies of my build.gradle.kts:
Copy code
implementation(compose.materialIconsExtended)
1