Skip to content

Commit 74e2961

Browse files
Remove enabled flag from sentryKmp.linker Gradle plugin configuration
1 parent f8034b7 commit 74e2961

File tree

1 file changed

+0
-4
lines changed
  • docs/platforms/kotlin/guides/kotlin-multiplatform/configuration

1 file changed

+0
-4
lines changed

docs/platforms/kotlin/guides/kotlin-multiplatform/configuration/gradle.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ sentryKmp {
6161

6262
// Configure the linker. This is only relevant if you are using SPM.
6363
linker {
64-
// Enable auto-configuration of the Kotlin/Native linker for Sentry Cocoa framework.
65-
// Default is enabled.
66-
enabled = true
67-
6864
// Path to the Xcode project that will be used to link the framework.
6965
// This is used to find the derived data path in which the framework is stored for SPM.
7066
// Default is the current project directory.

0 commit comments

Comments
 (0)