sandwwraith
09/21/2020, 3:36 PM1.0.0-RC2
has been released! This RC contains tweaks and changes based on users feedback after 1.0.0-RC.
Important highlights:
* JSON serial format was moved to separate kotlinx-serialization-json
artifact to keep core lightweight. You may need to update your buildscripts and replace -core
with -json
.
* encodeDefaults
is now false
by default because this seems to be a more popular setting.
* Fixed several critical bugs (including problems with Android API < 24 and Native ObjC interop).
For full changelog and migration guide, see either CHANGELOG.md
in repository or release notes: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.0.0-RC2clhols
09/21/2020, 5:30 PM> Task :logic:linkDebugFrameworkIosX64 FAILED
e: Compilation failed: Deserializer for declaration public kotlinx.serialization.json/Json|null[0] is not found
* Source files:
* Compiler version info: Konan: 1.4.10 / Kotlin: 1.4.10
* Output kind: STATIC_CACHE
e: java.lang.IllegalStateException: Deserializer for declaration public kotlinx.serialization.json/Json|null[0] is not found
e: Compilation failed: Deserializer for declaration public kotlinx.serialization.json/Json|null[0] is not found
Repo:
https://github.com/clhols/drchannelssandwwraith
09/22/2020, 8:26 AMtylerwilson
09/22/2020, 2:47 PMe: Compilation failed: Deserializer for declaration public kotlinx.serialization.json/Json|null[0] is not found
clhols
09/24/2020, 7:20 PM