jk2018
02/24/2020, 10:32 PMEtienne
02/25/2020, 2:50 PMld
call breaks after I include the (correct afaik) dependency to the ktor client-enginecurl
and point to that.ld
giving me nothing to work with, error message wise.jk2018
02/25/2020, 7:12 PMEtienne
02/27/2020, 3:09 PMio.ktor:ktor-client-curl
mac executable to work.
For folks who might run into the same issue, my fix was to add linkerOpts("-liconv")
via macosX64.binaries.executable.linkerOpts("-liconv")
.ld
error messages do show up when using an “older” setup (with kotlin 1.3.61 and ktor 1.3.1)
ld
was erroring out without any feedback on kotlin 1.3.70-eap-274
with ktor 1.3.0-rc3-1.3.70-eap-42
.
If anyone can point me in the right direction, I’d be happy to file an issue.