Has anyone ever called into code that uses the kto...
# ktor
e
Has anyone ever called into code that uses the ktor client from javascript? Since I’m building my multiplatform library using the commonjs format, there are some require statements looking for stuff like
ktor-ktor-client-core
and
ktor-ktor-client-json
but yarn and NPM can’t resolve. How can I do this?
Never mind, I figured it out. I guess the sources aren’t posted to bintray or maven central? Solution mentioned at the end of this thread by me (emanguy): https://github.com/ktorio/ktor/issues/1224#issuecomment-532048234