mirror of
https://github.com/igorescodro/alkaa.git
synced 2025-05-17 19:16:02 +08:00
🏒 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:
@ -15,6 +15,7 @@ kotlin {
|
||||
implementation(compose.runtime)
|
||||
implementation(compose.material)
|
||||
implementation(compose.material3)
|
||||
implementation(compose.materialIconsExtended)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user