Skip to content

Commit f52eb9c

Browse files
committed
re-enable sentryCompose and disable auto-installation in the gradle plugin
1 parent 1dbbf67 commit f52eb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry-samples/sentry-samples-android/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ sentry {
121121
autoUploadProguardMapping = false
122122
autoUploadNativeSymbols = false
123123
autoUploadSourceContext = false
124+
autoInstallation { enabled = false }
124125
}
125126

126127
dependencies {
@@ -131,8 +132,7 @@ dependencies {
131132
implementation(projects.sentryAndroid)
132133
implementation(projects.sentryAndroidFragment)
133134
implementation(projects.sentryAndroidTimber)
134-
// implementation(projects.sentryCompose) // TODO: re-enable, disabled due to R8 duplicate class
135-
// error with KMP module
135+
implementation(projects.sentryCompose)
136136
implementation(projects.sentryKotlinExtensions)
137137
implementation(projects.sentryOkhttp)
138138
implementation(projects.sentrySpotlight)

0 commit comments

Comments
 (0)