Nikky
07/20/2025, 6:26 PM> Task :linkDebugExecutableMingwX64 FAILED
e: C:\Users\nikky\.konan\dependencies\llvm-16.0.0-x86_64-windows-essentials-56/bin/clang++ invocation reported errors
The C:\Users\nikky\.konan\dependencies\llvm-16.0.0-x86_64-windows-essentials-56/bin/clang++ command returned non-zero exit code: 1.
output:
lld: error: unable to find library -lsqlite3
clang++: error: linker command failed with exit code 1 (use -v to see invocation)compilations.forEach { kotlinNativeCompilation -> kotlinNativeCompilation.kotlinOptions.freeCompilerArgs += listOf("-linker-options", "-lsqlite3 -Lc:\\msys64\\mingw64\\lib") }kpgalligan
07/24/2025, 6:22 PM