Do I recall it wrong, or is it now possible to com...
# kotlin-native
e
Do I recall it wrong, or is it now possible to compile for Mac in non-Mac platforms?
e
multiplatform libraries that don't use cinterop native libraries. not executable binaries
e
Oh nice! Do you have a link to the YT issue? I can't find it anymore
e
Thank you! I wanted to link both of them into my docs.
s
@ephemient Any hope to get full cross compilation for executable binaries like in Go (Assuming there is no cinterop)? I mean is this even possible with current kotlin native tech/architecture?
e
I'm not involved but I would guess no. Apple locks signing and notarization to their hardware and makes it effectively required to distribute apps.
s
Yeah for iOS apps that make sense, but for CLI apps (like golang does), for many utilities are ok without signing and notarization.
e
those are also effectively non-distributable (and not as much of a focus for Kotlin I would say)