Probably expected right now that getting errors us...
# touchlab-tools
j
Probably expected right now that getting errors using SKIE with Kotlin 2.0.0-RC1?
Copy code
Error:
SKIE 0.6.2 does not support Kotlin 2.0.0-RC1.
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].
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.
f
Yes, this error is expected. We don’t have support for Kotlin 2.0.0 yet, but I’m working on it.
👍 2
cheers 2
b
@Filip Dolník are you planning to support 2.0.0-RC or only stable version of kotlin
f
Only stable versions of Kotlin are officially supported. However, for major releases, we usually have the support more or less ready around the time there is an RC build. Once we have the support ready, we tend to release a preview version (with support for that RC version). This preview is intended only for testing purposes and is not recommended for production use (which is the same as with non-stable Kotlin versions). In this case, our goal is to have a preview for 2.0.0-RC1 in a week or two.
b
K
m
Hi, any updates on K2 support?
f
Hello! We are finalizing the release. I expect that it will be out tomorrow or at the beginning of the next week.
👍 1
m
Oh this is great timing 🙂 Thanks a lot thank you color
b
@Filip Dolník is
0.7.0
supporting kotlin 2.0.0-RC3 ?
j
doesn't seem so....following is in change log
Copy code
Support for Kotlin 1.9.24
f
Hi! There is no support for 2.0.0-RC3 yet (it was release just a couple of hours ago 😄) . However, we have a preview version for RC1 and RC2. As with any non-stable Kotlin releases the support is under a separate version:
0.7.0-preview.2.0.0-RC2
in this case.
I just released
0.7.0-preview.2.0.0-RC3
with support for Kotlin 2.0.0-RC3.
m
Amazing thanks a lot! 🎉
b
Thanks