After migrate my project with ktor+curl to 1.4 I’v...
# ktor
a
After migrate my project with ktor+curl to 1.4 I’ve had a strange problem: • in macOS I must link libcurl -
compilations["main"].cinterops.create("libcurl")
etc. • in minGW I must NOT link libcurl Why macOS and minGW is different?