🏒 Add materialIconsExtended dependency in designsystem

Teh latest Compose release most likely removed those icons from the
regular icon dependency. Adding the `materialIconsExtended` to keeping
using those icons in this module.
This commit is contained in:
Igor Escodro
2025-05-08 10:59:11 -04:00
parent 9c20db2338
commit 7c0e0b645b

View File

@ -15,6 +15,7 @@ kotlin {
implementation(compose.runtime)
implementation(compose.material)
implementation(compose.material3)
implementation(compose.materialIconsExtended)
}
}
}