Add ignoreUnknownKeys to Json configuration.
This commit is contained in:
parent
898a8862db
commit
31616050f6
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ val toolsDependencies
|
||||||
get() = module {
|
get() = module {
|
||||||
factory {
|
factory {
|
||||||
Json {
|
Json {
|
||||||
|
ignoreUnknownKeys = true
|
||||||
encodeDefaults = true
|
encodeDefaults = true
|
||||||
explicitNulls = false
|
explicitNulls = false
|
||||||
prettyPrint = true
|
prettyPrint = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue