We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fae242 commit 7665535Copy full SHA for 7665535
README.md
@@ -9,7 +9,8 @@ KMP (pure Kotlin) implementation of SocketIO client.
9
| Platform | 🛠Builds🛠 + 🔬Tests🔬 |
10
| :----------------: | :------------------: |
11
| `JVM` 17 | 🚀 |
12
-| `JS` (Chrome) | 🚀 |
+| `JS` (Chrome, Node) | 🚀 |
13
+| `WasmJS` (Chrome, Node) | 🚀 |
14
| `Android` | 🚀 |
15
| `iOS` | 🚀 |
16
| `macOS` | 🚀 |
kmp-socketio/build.gradle.kts
@@ -42,6 +42,7 @@ kotlin {
42
all {
43
languageSettings.optIn("kotlinx.coroutines.ExperimentalCoroutinesApi")
44
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
45
+ languageSettings.optIn("kotlinx.cinterop.BetaInteropApi")
46
}
47
48
commonMain {
0 commit comments