I have a Kotlin code using http4k imports which pr...
# http4k
e
I have a Kotlin code using http4k imports which provides running JVM executable suing gradle. Is there a way to make it provide JS executable ? It seems that kotlin(stdlib-js) does not resolve any of the http4k import. Did I miss to provide some gradle item ?
Thank you for your quick answer.