android: include default values in JSON encoding (#943)

This commit is contained in:
Evgeny Poberezkin
2022-08-18 09:18:15 +01:00
committed by GitHub
parent 85e36ac12c
commit b15d39eb4a

View File

@@ -1346,6 +1346,7 @@ data class KeepAliveOpts(
val json = Json {
prettyPrint = true
ignoreUnknownKeys = true
encodeDefaults = true
}
@Serializable