Skip to content

Commit 20ac449

Browse files
authored
Update README.md with cocoa version compat (#290)
* Update README.md * Update README.md
1 parent 77ea64d commit 20ac449

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,18 @@ that can be used on Kotlin Multiplatform.
3333
| watchOS | <ul><li>`watchosArm32`</li><li>`watchosArm64`</li><li>`watchosX64`</li><li>`watchosSimulatorArm64`</li></ul> |
3434
| tvOS | <ul><li>`tvosArm64`</li><li>`tvosX64`</li><li>`tvosSimulatorArm64`</li></ul> |
3535

36+
### Cocoa SDK Version Compatibility Table
37+
38+
Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/).
39+
Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability.
40+
41+
| Kotlin Multiplatform SDK Version | Cocoa SDK Version |
42+
| -------------------------------- | ----------------- |
43+
| 0.6.0 | 8.25.0 |
44+
| 0.7.0, 0.7.1 | 8.26.0 |
45+
| 0.8.0, 0.9.0 | 8.36.0 |
46+
| 0.10.0 | 8.38.0 |
47+
3648
## Usage
3749

3850
For detailed usage, check out the [Kotlin Multiplatform Documentation](https://docs.sentry.io/platforms/kotlin-multiplatform/).

0 commit comments

Comments
 (0)