Hi guys, is there ktor client for JS? I can't find...
# ktor
s
Hi guys, is there ktor client for JS? I can't find it
d
It is available since 1.0.0-beta-1
No sample using it yet
s
Maybe I could be the first haha
Copy code
implementation "io.ktor:ktor-client-js:$ktor_version"
And version is 1.0.0-beta-1
Android works, also mpp
d
aha, that’s it I guess
s
Ahhh right now works, I forgot the "-core" suffix
đŸ‘Œ 1