From 74cf08b47b767e94d447b58f1fe5ba86376e3255 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Sat, 26 Oct 2024 10:02:07 +0700 Subject: [PATCH] Add libs.material to presentation-widget (#1373) Fixes some build issues (cherry picked from commit 264030d6ecbc7492d884eb328b74399cd722dcb0) --- presentation-widget/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/presentation-widget/build.gradle.kts b/presentation-widget/build.gradle.kts index 6f79033d442c..e9a4f00f9e1d 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)