diff --git a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx index 03a9dc74a46326..f8dfd8c15f1406 100644 --- a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx +++ b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx @@ -7,3 +7,9 @@ plugins { ``` The plugin installs the Sentry KMP dependency. If you're using the Cocoapods plugin, it will also install the Sentry Cocoa dependency. + + + +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. + +