From c49da6b00f48d83a22340f4d98dd96203c4ba493 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Sat, 26 Oct 2024 11:31:21 +0700 Subject: [PATCH] reorder presentation-widget/lib.material --- presentation-widget/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/presentation-widget/build.gradle.kts b/presentation-widget/build.gradle.kts index 05a60f9e5..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,8 +28,4 @@ dependencies { implementation(libs.coil.core) api(libs.injekt) - - // SY --> - implementation(libs.material) - // SY <-- }