Skip to content

Commit 1c020f7

Browse files
feat(kmp): add SPM note in getting started (#12519)
* feat(kmp): add SPM note in getting started * Update kotlin.kotlin-multiplatform.mdx * Update kotlin.kotlin-multiplatform.mdx * Update kotlin.kotlin-multiplatform.mdx * Update platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx Co-authored-by: Alex Krawiec <[email protected]> --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent 3601e00 commit 1c020f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ plugins {
77
```
88

99
The plugin installs the Sentry KMP dependency. If you're using the Cocoapods plugin, it will also install the Sentry Cocoa dependency.
10+
11+
<Alert>
12+
13+
If you use Swift Package Manager instead of Cocoapods, you need to install the [sentry-cocoa dependency with Swift Package Manager](/platforms/apple/install/swift-package-manager/) in your Xcode project first before executing the Gradle plugin.
14+
15+
</Alert>

0 commit comments

Comments
 (0)