I was super hyped for apple silicon support (espec...
# multiplatform
m
I was super hyped for apple silicon support (especially the
iosSimulatorArm64
target), but a few libraries need to be updated first. For me it was: • ktor 1.6.3 • sqldelight 1.5.1 • multiplatform-settings 0.8 • koin 3.1.2 • koru 0.8.0 (which I'm working on to support asap in 0.9.0)
👍 1
🤔 1
o
kotlinx.serialization ?
m
Works, 1.3.0-rc
1
r
Multiplatform Settings 0.8 should have been published with the new arm targets. Does it not work for you?
m
Yeah, the core works but no-args and serialization and sth else don't (unless I'm doing sth wrong). I filed and issue on your gh :)
s
How does Ktor 1.6.3 work for you? It fails for me and has no support for arm64 yet! https://youtrack.jetbrains.com/issue/KTOR-3082
m
I might have phrased it wrong. The lib versions I put there are the latest and they don't work.
s
Ah, yes. Indeed there are a lot of libraries not yet updated. 😕