Skip to content

Commit c49da6b

Browse files
committed
reorder presentation-widget/lib.material
1 parent e6ffee7 commit c49da6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

presentation-widget/build.gradle.kts

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ dependencies {
2020
api(projects.i18n)
2121

2222
implementation(compose.glance)
23+
implementation(libs.material)
2324

2425
implementation(kotlinx.immutables)
2526

2627
implementation(platform(libs.coil.bom))
2728
implementation(libs.coil.core)
2829

2930
api(libs.injekt)
30-
31-
// SY -->
32-
implementation(libs.material)
33-
// SY <--
3431
}

0 commit comments

Comments
 (0)