We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a13a86 commit 05a5261Copy full SHA for 05a5261
1 file changed
circuitx/gesture-navigation/build.gradle.kts
@@ -42,7 +42,7 @@ kotlin {
42
api(libs.compose.runtime)
43
api(projects.circuitFoundation)
44
// For CupertinoGestureNavigationDecoration
45
- api(libs.compose.material.material)
+ implementation(libs.compose.material.material)
46
}
47
48
0 commit comments