Hi :wave: was libcurl for Apple Silicon released? ...
# ktor
n
Hi đź‘‹ was libcurl for Apple Silicon released? I can only find macos
x86_64
but not macos
arm64
https://mvnrepository.com/artifact/io.ktor/ktor-client-curl-macosx64 ✅ https://mvnrepository.com/artifact/io.ktor/ktor-client-curl-macosarm64 ❌ For the context: we use libcurl as a Ktor client engine for macos in Realm-Kotlin and we're in the process of adding support for
macosArm64
j
It seems support landed 14 days ago https://github.com/ktorio/ktor/pull/2664
n
Thanks @Jurriaan Mous I was under the impression all Apple Silicon support was added in 1.6.5 I'll wait for a release
j
I looked through the merged code and it seems that they “forgot” to add macosArm64 to the modules which use the desktop target. And it seems curl is the only one using desktop as the target… It was present in the other target groups: https://github.com/ktorio/ktor/pull/2664/files#diff-46849e2c16b8fb772d7e4cdd67cb440d32fcd048667f190e05119cfaa7f3f368
n
I noticed also, it's a little bummer since we have to wait for a 2.0 release for it to land, I was hoping it could make it into 1.6.x
h
Until now, its only available in main/2.0