Hi, everybody. I'm quite new to Ktor. I'm trying to create a Kotlin|Native app. But even the simplest example fails with the linker error: .konan\dependencies\msys2-mingw-w64-x86_64-clang-llvm-lld-compiler_rt-8.0.1\bin\ld: cannot find -lcurl
clang++: error: linker command failed with exit code 1 (use -v to see invocation). I have curl library installed on my PC (or at least I think so - I installed it from
http://www.confusedbycode.com/curl/). Please, advise what am I doing wrong. The project is attached. Thank you.