I have a small library that I'm working on locally. It uses ktor to make some tcp calls. The library is a kotlin jvm library, but I'm trying to convert to multiplatform so I updated to latest 3.0-beta2 and added wasmJs() as a target but then I get this error
mylibwasmJsMain: Could not resolve io.ktorktor client cio3.0.0-beta-2.
I thought ktor 3 supported wasm?