Steyn Geldenhuys
Steyn Geldenhuys
Hi there That is unfortunate. We plan on using Yajsync on Android, so there is a bit of modification to be done. A GPL licence does however have the effect...
> Still no wasm support for [Koin Compose](https://github.com/InsertKoinIO/koin/blob/7c1c8712a46fd8bbe72f568bab3a2124b2ed7b5e/compose/koin-compose/build.gradle#L7-L20) for now, which is the dependency for precompose-koin. @Tlaster they have the `koin-compose` artifact listed on their documentation site as part of...
Hi @Tlaster! [3.6.0-wasm-alpha2](https://github.com/InsertKoinIO/koin/releases/tag/3.6.0-wasm-alpha2) has been tagged and looks like they fixed the issue of the missing `wasmJs` declaration in the [koin-compose module's build.gradle.kts](https://github.com/InsertKoinIO/koin/blob/3.6.0-wasm-alpha2/projects/compose/koin-compose/build.gradle.kts#L20) This seems to be available in Maven...
@eymar it seems that selection container is working since 1.6.0-rc01. However as soon as I `cmd+c` for copying I get a crash. See attached video: https://github.com/JetBrains/compose-multiplatform/assets/1764844/1152faa9-46a6-4ce4-b1db-8a56f3d1b0b2 I guess this issue...
Hi @saket! From what I can gather multiplatform in this context means Android and Desktop right? I can only see the Android and Desktop versions of the zoomable library published....
Hi @davidepianca98 thanks for the awesome library! I've been digging into the code to see if I could contribute a PR to as WASM support. Of course WASM and JS...
That totally makes sense @davidepianca98. Regarding the supported platforms. Ktor client supports JVM, JS (browser and Node), WASM and all Native platforms Ktor server supports JVM and all Native platforms...
Just adding to my previous comment, both ktor server and client have TCP, UDP, TLS sockets support. Of course also Websocket support.
Hi everyone. Any indication in which version of ktor this will be published? We use the WebRTC functionality of ktor, but had to add an abstraction layer to use ktor...
Thanks for the quick feedback @zibet27. I'll watch the linked issue too.