Skip to content

Commit f9e82d0

Browse files
authored
Update gradle.mdx (#12518)
1 parent e60b24b commit f9e82d0

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)