i am trying to use kotlin-frontend in a multiplatf...
# ktor
n
i am trying to use kotlin-frontend in a multiplatform project and ktor seems to be blocking it because it tries to find it in npm.. is there any way around this?
Copy code
npm ERR! No valid versions available for ktor-ktor-client-core
s
ktor is currently not published to NPM. They are available as a Gradle dependency, however. https://github.com/ktorio/ktor/issues/1224#issuecomment-511282180 cc @e5l
n
i am using them as a gradle depndency, it just seems that webpack searches for them in npm, i hope that adding
nodejs()
will copy the dependencies over