You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing an issue where we can't build for iOS due to this problem. It seems that we can fix it in Kotlin 2.0.10-RC, as mentioned in this GitHub issue: JetBrains/compose-multiplatform#4809 (comment). However, Skie doesn't support this version yet. So we are waiting for the release of Kotlin 2.0.10-RC
A problem occurred configuring project ':app-ios-shared'.
Error: SKIE 0.8.3 does not support Kotlin 2.0.10-RC2.
Supported versions are: [1.8.0, 1.8.10, 1.8.20, 1.8.21, 1.8.22, 1.9.0, 1.9.10, 1.9.20, 1.9.21, 1.9.22, 1.9.23, 1.9.24, 2.0.0].
Check if you have the most recent version of SKIE and if so, please wait for the SKIE developers to add support for this Kotlin version.
New Kotlin versions are usually supported within a few days after they are released.
Note that there are no plans for supporting early access versions like Beta, RC, etc.
SKIE cannot not be used until this error is resolved.
To proceed with the compilation, please remove or explicitly disable SKIE by adding 'skie { isEnabled = false }' to your Gradle configuration.
The text was updated successfully, but these errors were encountered:
We are facing an issue where we can't build for iOS due to this problem. It seems that we can fix it in Kotlin 2.0.10-RC, as mentioned in this GitHub issue: JetBrains/compose-multiplatform#4809 (comment). However, Skie doesn't support this version yet. So we are waiting for the release of Kotlin 2.0.10-RC
The text was updated successfully, but these errors were encountered: