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
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.
The text was updated successfully, but these errors were encountered:
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.
@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!
I get this error when updating to Kotlin 2.1.10. Are there plans to support Kotlin 2.1.10 yet?
The text was updated successfully, but these errors were encountered: