Issues with ktor-client
jmfayard opened this issue · 1 comments
jmfayard commented
-
we depend on CliKt which is not available with the IR backend and ktor-client is only available with the IR backend
-
we need libcurl linked statically, this is currently not possible
might change with msys2/MINGW-packages#8469
depends on ktor
For this reason the code with ktor-client lives in a branch called ktor-client
https://github.com/jmfayard/kotlin-cli-starter/tree/ktor-client
msink commented
static libcurl on windows works, with some ugly temporaty worksrounds, but still:
https://github.com/msink/hello-curl