Default case in "load" switch-case throws exception instead of silent read ending.
Improved error descriptions, fixed issue with transient properties without backing field (Kotlin/kotlinx.serialization#2) Don't add serialClassDesc property if user already defined one (Kotlin/kotlinx.serialization#10) Bump version to 0.1.1 Fix issue with mixing serial name with real property name (Kotlin/kotlinx.serialization#13)
This commit is contained in:
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'org.jetbrains.kotlinx'
|
||||
version = '0.1'
|
||||
version = '0.1.1'
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user