diff --git a/feature/settings/build.gradle.kts b/feature/settings/build.gradle.kts index 349eff3e5..3229c350f 100644 --- a/feature/settings/build.gradle.kts +++ b/feature/settings/build.gradle.kts @@ -27,6 +27,7 @@ android { } dependencies { + implementation(libs.androidx.appcompat) implementation(libs.google.oss.licenses) { exclude(group = "androidx.appcompat") }