Skip to content

Commit 1f6e4f2

Browse files
authored
feat(kmp): add SPM note in getting started
1 parent 1e6eb02 commit 1f6e4f2

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+
<Note>
12+
13+
If you use Swift Package Manager instead of Cocoapods, you need to install the [Sentry-Cocoa dependency via Swift Package Manager](/platforms/apple/guides/ios/install/swift-package-manager/) in your iOS project first before executing the gradle plugin.
14+
15+
</Note>

0 commit comments

Comments
 (0)