Miroslav Sobotka
11/10/2022, 10:20 PMld: 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")
Miroslav Sobotka
11/10/2022, 10:26 PMCIO
is also available for native but without TLS which is in 2022 pretty useless 😞