For anyone on an m1 mac, how has your experience w...
# kotlin-native
w
For anyone on an m1 mac, how has your experience with kotlin native been? any snags or has that all been worked out?
h
Kotlin Native with M1 is currently not supported, but it'll get support in the next release. It is easy and works well 🙂
t
@hfhbd 1.5.31 has
macosArm64()
, what exactly are you missing that will come in the next version?
w
yeah that’s what i thought too ^ is something else missing?
h
What else do you mean with
native
?
Oh... I misread the channel. I thought, this is the Ktor channel, sorry
s
I can work very well on my MacBook Pro M1. But yes, I do not target arm64 due to ktors lack of supporting it (properly) and the fact you can't build an XCFramework containing both Intel and Apple Silicon. But working itselfs on M1 macs has been awful 5 months ago and works really good today for me.
u
The target
ios
is missing
iosSimulatorArm64
in 1.5.31. It expands to `iosArm64`(device) and
iosX64
(x64 simulator) only.
w
looks like it is supported in ktor 1.6.5 released 9 days ago https://youtrack.jetbrains.com/issue/KTOR-3082
s
Yes, but people complain that it does not work yet.
h
@Stefan Oltmann The missing Ktor arm targets were uploaded.
👍 1
s
Worked for me now. Thx.