diff --git a/presentation-widget/build.gradle.kts b/presentation-widget/build.gradle.kts index 87c4bb742..09faa9639 100644 --- a/presentation-widget/build.gradle.kts +++ b/presentation-widget/build.gradle.kts @@ -20,6 +20,7 @@ dependencies { api(projects.i18n) implementation(compose.glance) + implementation(libs.material) implementation(kotlinx.immutables) @@ -27,5 +28,4 @@ dependencies { implementation(libs.coil.core) api(libs.injekt) - implementation(libs.material) }