Hello, I can compile and build a node (js) target with dependencies to ktor-client-js but it seems like a project depending on my node target build does not get its dependencies for ktor at runtime as I get errors like
Module not found: Error: Can't resolve 'ktor-client-core'
and
Module not found: Error: Can't resolve 'ktor-http'
. What am I expected to do to have those transitive dependencies taken care of?
a
Alexander
02/04/2019, 10:19 PM
What dependencies do you have in your library and in a target project? In my project I had to add: