reorder presentation-widget/lib.material

This commit is contained in:
Cuong-Tran 2024-10-26 11:31:21 +07:00
parent e6ffee7970
commit c49da6b00f
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -20,6 +20,7 @@ dependencies {
api(projects.i18n)
implementation(compose.glance)
implementation(libs.material)
implementation(kotlinx.immutables)
@ -27,8 +28,4 @@ dependencies {
implementation(libs.coil.core)
api(libs.injekt)
// SY -->
implementation(libs.material)
// SY <--
}