We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a1039 commit cd27b4fCopy full SHA for cd27b4f
sentry-compose/build.gradle.kts
@@ -43,8 +43,8 @@ kotlin {
43
dependencies {
44
api(projects.sentry)
45
api(projects.sentryAndroidNavigation)
46
- implementation(libs.androidx.compose.material3)
47
+ compileOnly(libs.androidx.compose.material3)
48
compileOnly(libs.androidx.navigation.compose)
49
implementation(libs.androidx.lifecycle.common.java8)
50
}
0 commit comments