I noticed that Ktor client only supports x64 Deskt...
# ktor
l
I noticed that Ktor client only supports x64 Desktop targets. Is there a way to use it with macosArm64 for M1 Macs?
h
What is the Ktor client? Curl? macOSArm64 is supported, unfortunately starting 2.0.0 only
l
The CIO engine has some build issues right now, and it looks like the new memory model causes this (hopefully this will be fixed soon), so I am using the Curl engine on desktop.
j
Does this mean CIO is coming to native soon?