Skip to content

Commit a906086

Browse files
authored
Update README.md (#430)
* Update README.md * Update README.md
1 parent d0301aa commit a906086

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ us [<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_
1515
This SDK is a wrapper around different platforms such as JVM, Android, iOS, macOS, watchOS, tvOS
1616
that can be used on Kotlin Multiplatform.
1717

18-
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
18+
[![Kotlin](https://img.shields.io/badge/Kotlin-2.1.21-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org)
1919
[![KDoc link](https://img.shields.io/badge/API_Reference-KDoc-blue)](https://getsentry.github.io/sentry-kotlin-multiplatform/)
2020

2121
| Packages | Maven Central
@@ -34,6 +34,18 @@ that can be used on Kotlin Multiplatform.
3434
| watchOS | <ul><li>`watchosArm32`</li><li>`watchosArm64`</li><li>`watchosX64`</li><li>`watchosSimulatorArm64`</li></ul> |
3535
| tvOS | <ul><li>`tvosArm64`</li><li>`tvosX64`</li><li>`tvosSimulatorArm64`</li></ul> |
3636

37+
## Stubbed Platforms (No-Op Implementations)
38+
39+
You can add these targets to your Kotlin Multiplatform project just like the supported ones.
40+
They compile and satisfy the API surface, but **do nothing at runtime**.
41+
42+
| Target Platform | Target preset |
43+
|-:-:-------------|---------------------------------------------------|
44+
| JS | <ul><li>`js`</li></ul> |
45+
| Wasm JS | <ul><li>`wasmJs`</li></ul> |
46+
| Linux | <ul><li>`linuxx64`</li><li>`linuxarm64`</li></ul> |
47+
| Windows | <ul><li>`mingwx64`</li></ul> |
48+
3749
### Cocoa SDK Version Compatibility Table
3850

3951
Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/).

0 commit comments

Comments
 (0)