Hello, I am working on a mac but do I need to be o...
# kotlin-native
g
Hello, I am working on a mac but do I need to be on a mac to compile Kotlin/Native for iOS or does it work on a linux machine as well?
a
Yes, you got to compile on the mac to reach any apple targets. To learn more about available host-target combinations, check https://github.com/JetBrains/kotlin-native/blob/master/RELEASE_NOTES.md
🙏 1