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?
Brett Best
08/05/2020, 5:55 AM
@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
Robert Jaros
08/05/2020, 11:12 AM
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).