Skip to content

Commit d982b1f

Browse files
buenaflorcursoragent
authored andcommitted
Update
1 parent 7bd87f6 commit d982b1f

File tree

5 files changed

+17
-27
lines changed

5 files changed

+17
-27
lines changed

docs/platforms/kotlin/guides/compose-multiplatform/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,18 @@ This snippet includes an intentional error, so you can test that everything is w
4242

4343
<PlatformContent includePath="getting-started-verify" />
4444

45+
## Supported Platforms
46+
47+
For a complete list of supported platforms and target presets, see the [Kotlin Multiplatform features documentation](/platforms/kotlin/guides/kotlin-multiplatform/features/#supported-platforms).
48+
4549
## Debug Symbols
4650

4751
Error stack traces in your app might appear unreadable or obfuscated, making it hard to debug issues. To make stack traces clear and human-readable in Sentry, you need to upload your app's debug symbols.
4852

4953
### Android
5054

51-
For Android applications, you need to manually upload ProGuard mapping files using the sentry-cli. Follow the [ProGuard Mapping Upload guide](https://docs.sentry.io/cli/dif/#proguard-mapping-upload) for detailed instructions.
55+
For Android applications, you need to manually upload ProGuard mapping files using the sentry-cli. Follow the [ProGuard Mapping Upload guide](/cli/dif/#proguard-mapping-upload) for detailed instructions.
5256

5357
### iOS
5458

55-
For iOS applications, follow the [Uploading Debug Symbols guide](/platforms/apple/guides/ios/dsym) to set up debug symbols upload.
56-
57-
<PlatformContent includePath="stubbed-platforms-kmp" />
59+
For iOS applications, follow the [Uploading Debug Symbols guide](/platforms/apple/guides/ios/dsym) to set up debug symbols upload.

docs/platforms/kotlin/guides/kotlin-multiplatform/features/index.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,13 @@ The table below lists supported platforms and their corresponding presets.
3030
| watchOS | <ul><li>`watchosArm32`</li><li>`watchosArm64`</li><li>`watchosX64`</li><li>`watchosSimulatorArm64`</li></ul> |
3131
| tvOS | <ul><li>`tvosArm64`</li><li>`tvosX64`</li><li>`tvosSimulatorArm64`</li></ul> |
3232

33-
<PlatformContent includePath="stubbed-platforms-kmp" />
33+
## Stubbed Platforms (No-Op Implementations)
34+
35+
You can add these targets to your project and they will compile and satisfy the API surface, but **do nothing at runtime**.
36+
37+
| Target Platform | Target preset |
38+
|---------------|---------------------------------------------------|
39+
| JS | <ul><li>`js`</li></ul> |
40+
| Wasm JS | <ul><li>`wasmJs`</li></ul> |
41+
| Linux | <ul><li>`linuxx64`</li><li>`linuxarm64`</li></ul> |
42+
| Windows | <ul><li>`mingwx64`</li></ul> |

docs/platforms/kotlin/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Select your platform to get started:
1717
- [Java](/platforms/java)
1818
- [Android](/platforms/android)
1919
- [Kotlin Multiplatform](/platforms/kotlin/guides/kotlin-multiplatform/)
20+
- [Compose Multiplatform](/platforms/kotlin/guides/compose-multiplatform/)
2021

2122
## Kotlin Extensions
2223

platform-includes/stubbed-platforms-kmp/kotlin.compose-multiplatform.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.

platform-includes/stubbed-platforms-kmp/kotlin.kotlin-multiplatform.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)