Is anyone having issues while updating Kotlin to 1...
# compose-ios
c
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
Looks like VERSIONING doesn't have any match for Kotlin 1.9.0 yet, maybe is that (?)
c
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
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
well this took a while, but I found the issue; it seems to be a regression of
1.5.0-dev1094
. I’ve tested the
1.5.0-dev1074
and it’s working fine
I know that’s a development build, but in any case I’ve created an issue just to give the heads up: • https://youtrack.jetbrains.com/issue/KT-60399/Unable-to-find-skiko-cinterop-uikit-with-Kotlin-1.9.0-and-Compose-1.5.0-dev1094