Client seems to be missing JS dependencies on 1.3....
# ktor
a
Client seems to be missing JS dependencies on 1.3.0-rc
c
I see, it looks like we need to do something with text-encoding since webpack became too eager.
For now, you may include
text-encoding
Copy code
api(npm("text-encoding", text_encoding_version))
a
Adding text-encoding and abort-controller manually to gradle dependencies fixes the problem
Already done that :)
c
abort-controller? well…
ok, see it