chore: add Compose `material-icons-extended` dependency

pull/1266/head
Andre K 2024-09-20 22:05:51 -03:00
rodzic b05122563a
commit f941d32758
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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")
}
}