Skip to content

Commit 7665535

Browse files
committed
update README
1 parent 3fae242 commit 7665535

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ KMP (pure Kotlin) implementation of SocketIO client.
99
| Platform | 🛠Builds🛠 + 🔬Tests🔬 |
1010
| :----------------: | :------------------: |
1111
| `JVM` 17 | 🚀 |
12-
| `JS` (Chrome) | 🚀 |
12+
| `JS` (Chrome, Node) | 🚀 |
13+
| `WasmJS` (Chrome, Node) | 🚀 |
1314
| `Android` | 🚀 |
1415
| `iOS` | 🚀 |
1516
| `macOS` | 🚀 |

kmp-socketio/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ kotlin {
4242
all {
4343
languageSettings.optIn("kotlinx.coroutines.ExperimentalCoroutinesApi")
4444
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
45+
languageSettings.optIn("kotlinx.cinterop.BetaInteropApi")
4546
}
4647

4748
commonMain {

0 commit comments

Comments
 (0)