:mega: kotlinx.serialization `0.11.1` has been rel...
# serialization
s
📣 kotlinx.serialization
0.11.1
has been released. This release is binary compatible with Kotlin/Native 1.3.40. This is mostly a patch release, see notes here: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#v0111--2019-06-19
🎉 10
r
Best feature: no longer need to have an import for each mpp target 🎉
b
What's the correct way to add the serialization dependency now in mpp? Having trouble migrating
I'm using
org.jetbrains.kotlinx:kotlinx-serialization-runtime-native:0.11.1
in my common sources, but then it appears to not result for the android library targets:
Copy code
Could not resolve org.jetbrains.kotlinx:kotlinx-serialization:0.11.1
nvm. IntelliJ invalidate caches and restart fixes it 🎉
🎉 1