1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

update dependencies

This commit is contained in:
2020-09-22 11:33:47 +06:00
parent 89dc7a4b2a
commit 46c33d5ec4
8 changed files with 15 additions and 4 deletions

View File

@@ -8,4 +8,5 @@ internal val nonstrictJsonFormat = Json {
ignoreUnknownKeys = true
allowSpecialFloatingPointValues = true
useArrayPolymorphism = true
encodeDefaults = true
}