From 50a325227ddb9507bb4185ee83cb3e872b0dac92 Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 28 Oct 2024 17:35:57 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index efdfec90..08650cd9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@ that can be used on Kotlin Multiplatform. | watchOS | | | tvOS | | +### Cocoa SDK Version Compatibility Table + +Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](/platforms/apple/). +Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability. + +| Kotlin Multiplatform SDK Version | Cocoa SDK Version | +| -------------------------------- | ----------------- | +| 0.6.0 | 8.25.0 | +| 0.7.0, 0.7.1 | 8.26.0 | +| 0.8.0, 0.9.0 | 8.36.0 | +| 0.10.0 | 8.38.0 | + ## Usage For detailed usage, check out the [Kotlin Multiplatform Documentation](https://docs.sentry.io/platforms/kotlin-multiplatform/). From 0d62eb7316f1dd6a4c63ce35c38aa9b39f917a4e Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Mon, 28 Oct 2024 17:37:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08650cd9..7568b391 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ that can be used on Kotlin Multiplatform. ### Cocoa SDK Version Compatibility Table -Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](/platforms/apple/). +Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/). Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability. | Kotlin Multiplatform SDK Version | Cocoa SDK Version |