I'm trying to work with Kotlin Native, Kotlin Mult...
# kotlin-native
h
I'm trying to work with Kotlin Native, Kotlin Multiplatform, and KMM, on Apple Silicon...anyone else here got that working?
m
h
Awesome thanks for the link will track there. I was more looking at getting it working at all not native support in the short term but this is good for tracking my question about native support.
I was able to get Kotlin native apps running under Rosetta easily. Getting KMM working requires throwing XCode into Rosetta mode as well.
Hoping to quickly blog about it...
👍 1
I added a note to the compile issue as well and started following them. Thanks for the link!
m
There is also https://youtrack.jetbrains.com/issue/KT-39833 which is actually more important as the another one. (first the target and then the ability of running the compile at the same platform as the target)
@HankG yeah, you was quicker 😁
h
I imagine getting it working won't be too bad. You already compile to aarch64 it's getting configuration files and tests quite right. Then it's an issue of support. I figure worst case may be something people have to do on their own versus it "just working" out of the box like elsewhere.
I've never done it before so I may be understating the difficulty. I've also never done a complex build system with Gradle so may be some all thumbs fumbling on my part to try....but could be interesting