I've just tried using the internal `platform.posix...
# kotlin-native
k
I've just tried using the internal
platform.posix
library on Linux and I found an issue:
error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
The linux distro has upgraded the libcrypto to libcrypt.so.2 and it exists. Is there a work around this by any chance?