Hey guys jas anyone able to use Ktor with wasm ? I...
# ktor
j
Hey guys jas anyone able to use Ktor with wasm ? I’m trying to add ktor to my KMM project but kee getting the following error:
Copy code
* What went wrong:
Could not resolve all dependencies for configuration ':composeApp:wasmJsCompileClasspath'.
> Could not find io.ktor:ktor-client-core:3.0.0-wasm2.
a
Have you added the `maven("https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental")`repository to the Gradle build?
🚀 1
j
Thanks for pointing that out , I did not , let me just get home and try , I believe that's exactly the problem