1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-05 08:09:21 +00:00

fix of build and add annotation to all fields with one

This commit is contained in:
2024-01-09 17:52:13 +06:00
parent aa315f6fec
commit 0013e91f6e
22 changed files with 62 additions and 13 deletions

View File

@@ -16,6 +16,9 @@ kotlin {
api project(":tgbotapi.core")
}
}
configureEach {
languageSettings.optIn("kotlinx.serialization.ExperimentalSerializationApi")
}
}
}