Skip to content

Commit cd27b4f

Browse files
committed
fix(compose): Switch to compileOnly dependency for compose-ui-material
1 parent 33a1039 commit cd27b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ kotlin {
4343
dependencies {
4444
api(projects.sentry)
4545
api(projects.sentryAndroidNavigation)
46-
implementation(libs.androidx.compose.material3)
4746

47+
compileOnly(libs.androidx.compose.material3)
4848
compileOnly(libs.androidx.navigation.compose)
4949
implementation(libs.androidx.lifecycle.common.java8)
5050
}

0 commit comments

Comments
 (0)