diff --git a/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx b/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx
index d705c06fdffea..7bf6dbf15ac4f 100644
--- a/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx
+++ b/platform-includes/getting-started-install/kotlin.compose-multiplatform.mdx
@@ -14,6 +14,8 @@ The plugin does the following:
-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 before executing the Gradle plugin.
+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.
+
+Make sure that you install the Sentry Cocoa SDK version compatible with the corresponding Sentry Kotlin Multiplatform SDK version. You can find the compatible versions in the [Sentry Kotlin Multiplatform SDK README](https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table).
diff --git a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx
index 3b7b5dcbff727..b3671f4dcb7fe 100644
--- a/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx
+++ b/platform-includes/getting-started-install/kotlin.kotlin-multiplatform.mdx
@@ -12,9 +12,10 @@ The plugin does the following:
- If you use the Kotlin Cocoapods plugin, it installs the Sentry Cocoa dependency.
- If you use Swift Package Manager, it sets up linking to the Sentry Cocoa framework.
-
-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.
+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.
+
+Make sure that you install the Sentry Cocoa SDK version compatible with the corresponding Sentry Kotlin Multiplatform SDK version. You can find the compatible versions in the [Sentry Kotlin Multiplatform SDK README](https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table).