Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kotlin 2.0 #202

Closed
takahirom opened this issue Aug 4, 2024 · 1 comment
Closed

Kotlin 2.0 #202

takahirom opened this issue Aug 4, 2024 · 1 comment

Comments

@takahirom
Copy link
Member

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.

@takahirom
Copy link
Member Author

We've introduced Kotlin 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant