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 {
|
||||
factory {
|
||||
Json {
|
||||
ignoreUnknownKeys = true
|
||||
encodeDefaults = true
|
||||
explicitNulls = false
|
||||
prettyPrint = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue