Skip to content

Commit 422e058

Browse files
authored
Update gradle.mdx
1 parent 1e6eb02 commit 422e058

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sentryKmp {
6868
// Path to the Xcode project that will be used to link the framework.
6969
// This is used to find the derived data path in which the framework is stored for SPM.
7070
// Default is the current project directory.
71-
xcodeProjectPath = "path/to/your/project.xcodeproj"
71+
xcodeprojPath = "path/to/your/project.xcodeproj"
7272

7373
// Path to the framework that will be linked.
7474
// Takes precedence over xcodeprojPath if both are set.

0 commit comments

Comments
 (0)