For what reason does Konan require ncurses? I had ...
# kotlin-native
k
For what reason does Konan require ncurses? I had a native build failing with
Copy code
> Task :runtime:linkDebugTestLinuxX64
e: Unable to compile C bridges

> Task :runtime:linkDebugTestLinuxX64 FAILED

FAILURE: Build failed with an exception.
Which took a while to debug that it was an issue with the compiler itself, and not the code I was compiling.
For reference, I'm on a Linux box (Fedora 35)
a
Hello! The dependency on ncurses should not be present with Kotlin 1.6.0 or later, according to https://youtrack.jetbrains.com/issue/KT-42693. Which version do you have here?