I've seen the release notes for 1.7.0-RC > It i...
# serialization
e
I've seen the release notes for 1.7.0-RC
It is based on Kotlin 2.0.0-RC3 and is fully compatible with a stable Kotlin 2.0 release
Does that mean 1.9.x isn't supported anymore as a consumer of the library?
s
I think so.. upgrading it to a gradle convention plugin (which is based on 1.9.22) throws compilation error with this explicit check
Copy code
e: file:.../ServiceClient.kt:22:1 Your current Kotlin version is 1.9.22, while kotlinx.serialization core runtime 1.7.0-RC requires at least Kotlin 2.0.0-RC1. Please update your Kotlin compiler and IDE plugin.
e
Mmm that's a bit of a bummer. Seems too early to ditch 1.9.x
Like, many Gradle plugins are not yet compatible with KGP 2.0
107 Views