Can I use static library CURL for ktor-client kotl...
# ktor
a
Can I use static library CURL for ktor-client kotlin native? I use
io.ktor:ktor-client-curl:1.3.2
n
The ktor-client-curl library is statically linked.
a
Copy code
$ otool -L my.kexe
...
/usr/local/opt/curl/lib/libcurl.4.dylib (compatibility version 11.0.0, current version 11.0.0)
n
Slack for some reason isn't allowing a message in a thread to be edited. With the linuxX64 target the ktor-client-curl library is statically linked.
a
Thanks.