`kotlin-1.4-rc` requires serialization `1.0-M1-1.4...
# serialization
r
kotlin-1.4-rc
requires serialization
1.0-M1-1.4.0-rc
. Is there any changelog for 1.0 release?
b
Hey Robert, I see it looks like you’ve gotten kotlin serializiation to work with with kotlin 1.4. I’m having trouble integrating this version into my gradle files, I don’t suppose you could help me out?
@Robert Jaros I’ve added
id "org.jetbrains.kotlin.plugin.serialization" version "1.4.0-rc"
to my plugins and
Copy code
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" // or "kotlin-stdlib-jdk8"
    implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc" // JVM dependency
To my dependencies
r
I didn't have any problem with the version itself. Just changed the number and it worked for me (but my projects are mostly JS or MPP, so the layout of dependencies is probably different).