We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60b24b commit f9e82d0Copy full SHA for f9e82d0
docs/platforms/kotlin/guides/kotlin-multiplatform/configuration/gradle.mdx
@@ -68,7 +68,7 @@ sentryKmp {
68
// Path to the Xcode project that will be used to link the framework.
69
// This is used to find the derived data path in which the framework is stored for SPM.
70
// Default is the current project directory.
71
- xcodeProjectPath = "path/to/your/project.xcodeproj"
+ xcodeprojPath = "path/to/your/project.xcodeproj"
72
73
// Path to the framework that will be linked.
74
// Takes precedence over xcodeprojPath if both are set.
0 commit comments