add missing material lib to presentation-widget

This commit is contained in:
Cuong-Tran 2024-10-25 14:47:26 +07:00
parent f7752a98b2
commit f519ff166e
No known key found for this signature in database
GPG Key ID: 733AA7624B9315C2

View File

@ -27,4 +27,5 @@ dependencies {
implementation(libs.coil.core)
api(libs.injekt)
implementation(libs.material)
}