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

Fixes some build issues
This commit is contained in:
Cuong-Tran 2024-10-26 10:02:07 +07:00 committed by GitHub
parent 140083ee39
commit 264030d6ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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