Add libs.material to presentation-widget (#1373)

Fixes some build issues

(cherry picked from commit 264030d6ecbc7492d884eb328b74399cd722dcb0)
This commit is contained in:
Cuong-Tran 2024-10-26 10:02:07 +07:00 committed by Secozzi
parent 5cdaf753cd
commit 707dae6f84
No known key found for this signature in database
GPG key ID: DD93E0B3A962AA86

View file

@ -20,6 +20,7 @@ dependencies {
api(projects.i18n) api(projects.i18n)
implementation(compose.glance) implementation(compose.glance)
implementation(libs.material)
implementation(kotlinx.immutables) implementation(kotlinx.immutables)