Skip to content

Commit 290d3e1

Browse files
committed
update
1 parent f6d6a27 commit 290d3e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sentry-samples/kmp-app-cocoapods/shared/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ kotlin {
3232
ios.deploymentTarget = "14.1"
3333
podfile = project.file("../iosApp/Podfile")
3434

35-
pod("Sentry") {
36-
version = Config.Libs.sentryCocoaVersion
37-
extraOpts += listOf("-compiler-option", "-fmodules")
38-
}
39-
4035
framework {
4136
baseName = "shared"
4237
export(project(":sentry-kotlin-multiplatform"))

0 commit comments

Comments
 (0)