Is anyone having issues while updating Kotlin to 1.9.0? I’m getting an error on my ios-compose project:
Could not find “org.jetbrains.skiko:skiko-cinterop-uikit” in [….. .konan/kotlin-naive-prebuilt-macos-aarch64-1.9.0/klib/platform/iosx64]
👍 2
a
Alejandro Rios
07/11/2023, 8:11 PM
Looks like VERSIONING doesn't have any match for Kotlin 1.9.0 yet, maybe is that (?)
c
cafonsomota
07/11/2023, 8:13 PM
I thought about that but I find it a bit odd that just the uikit is failing. Desktop, web, android and iOS are working correctly. I'm also using the dev version and not the stable one
k
Kilian
07/11/2023, 8:23 PM
i currently got the same issue with 1.9.0-RC . (I don't use 1.9.0 yet because it's not supported by compose multiplatform yet)
c
cafonsomota
07/12/2023, 5:50 PM
well this took a while, but I found the issue; it seems to be a regression of