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

SKIE 0.10.0 does not support Kotlin 2.1.10 #136

Closed
sdeff opened this issue Jan 30, 2025 · 3 comments
Closed

SKIE 0.10.0 does not support Kotlin 2.1.10 #136

sdeff opened this issue Jan 30, 2025 · 3 comments

Comments

@sdeff
Copy link

sdeff commented Jan 30, 2025

I get this error when updating to Kotlin 2.1.10. Are there plans to support Kotlin 2.1.10 yet?

Error: SKIE 0.10.0 does not support Kotlin 2.1.10.
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, 1.9.25, 2.0.0, 2.0.10, 2.0.20, 2.0.21, 2.1.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.

@TadeasKriz
Copy link
Collaborator

We'll be releasing a new update shortly, but in the meantime you may put the skie.kgpVersion=2.1.0 property in gradle.properties to override the check in the current SKIE version.

@crysxd
Copy link

crysxd commented Feb 4, 2025

@TadeasKriz Maybe a good idea to add this to the error description? Something like "Add this to your gradle.properties, might work, might not. Be warned". We required 2.1 for another lib but 2.1.0 had a bug preventing us from upgrading and we couldn't use the 2.1.10 RC versions because we thought we'd have to remove SKIE. Knowing this workaround would have saved some hassle on our end

As a side note, there is a 0.10.1 tag but no release yet :) Hope this will arrive soon!

@TadeasKriz
Copy link
Collaborator

SKIE 0.10.1 is out with Kotlin 2.1.10 support.

@crysxd We don't like promoting it because it can lead to weird bugs that are hard to diagnose. We'll think about adding it to the error message.

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

No branches or pull requests

3 participants