Skip to content

Commit 05a5261

Browse files
fix(gesture-navigation): hide material dependency as an implementation detail (#2019)
See #2017
1 parent 4a13a86 commit 05a5261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circuitx/gesture-navigation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kotlin {
4242
api(libs.compose.runtime)
4343
api(projects.circuitFoundation)
4444
// For CupertinoGestureNavigationDecoration
45-
api(libs.compose.material.material)
45+
implementation(libs.compose.material.material)
4646
}
4747
}
4848

0 commit comments

Comments
 (0)