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 Jobobby04
parent cc7ce80abf
commit 74cf08b47b

View File

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