Does somebody know, how to fix this issue? Is this...
# kotlin-native
m
Does somebody know, how to fix this issue? Is this something I can solve or its a bug?
ld: warning: dylib (/opt/homebrew/opt/curl/lib/libcurl.dylib) was built for newer macOS version (13.0) than being linked (11.0)
The library is needed for
implementation("io.ktor:ktor-client-curl:2.1.3")
Installed by
brew install curl
and added to build.gradle,kts as follows
linkerOpts += listOf("-L/opt/homebrew/opt/curl/lib")
Yeah, the
CIO
is also available for native but without TLS which is in 2022 pretty useless 😞