Is there any hope for potentially getting Kotlin/N...
# kotlin-native
s
Is there any hope for potentially getting Kotlin/Native working on Linux distributions that use
musl
rather than
glibc
, @olonho? I don't personally use such distributions, but I feel they are becoming popular enough to support. It's also worth noting that
musl
-compiled binaries will work perfectly on distributions that use
glibc
, but the same cannot be said for the reverse.
2
💯 1