Tutorials refer to `org.jetbrains.kotlinx:kotlinx-...
# serialization
c
Tutorials refer to
org.jetbrains.kotlinx:kotlinx-serialization-runtime-js:$serialization_version
. But they seem to be using an older $serialization_version as me - I've got 1.1.0 but get "Could not find org.jetbrains.kotlinxkotlinx serialization runtime js1.1.0". Has this been replaced with another library or am I missing a repo?
message has been deleted
e
kotlinx-serialization-core for all platforms
👍 1
c
do I need -core if I have kotlinx-serialization-json ?
e
should be pulled in by -json, so no