chore: add Compose material-icons-extended dependency

This commit is contained in:
Andre K 2024-09-20 22:05:51 -03:00
parent b05122563a
commit f941d32758

View file

@ -194,6 +194,7 @@ dependencies {
androidTestImplementation composeBom
implementation 'androidx.compose.material:material'
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.activity:activity-compose'
implementation 'androidx.compose.runtime:runtime-livedata'
implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.36.0"
@ -282,4 +283,4 @@ repositories {
detekt {
config.setFrom("../config/detekt/detekt.yml")
baseline = file("../config/detekt/detekt-baseline.xml")
}
}