I am getting strange error on Kotlin 2.2.20 on Win...
# kotlin-native
a
I am getting strange error on Kotlin 2.2.20 on Windows:
.konan\dependencies\msys2-mingw-w64-x86_64-2\bin\ld.gold: error: cannot find -lunistring
does anybody know how to fix it? For some reason it happens only on some projects.
n
any dependency that are common between all of those ? try installing this to your mys2 env ? https://packages.msys2.org/packages/mingw-w64-x86_64-libunistring
a
Mingw environment is installed by Kotlin gradle plugin automatically (into
.konan
directory), it does not use my system env. I can update it of course, but it seems strang to have this error on clean install.