1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-21 21:55:41 +00:00

update dependencies

This commit is contained in:
2023-09-02 19:02:30 +06:00
parent 7f5cd0567b
commit 650d96974f
7 changed files with 250 additions and 9 deletions

View File

@@ -40,6 +40,14 @@ kotlin {
implementation libs.kotlin.test.junit
}
}
all {
languageSettings {
optIn('dev.inmo.tgbotapi.utils.RiskFeature')
optIn('dev.inmo.tgbotapi.utils.PreviewFeature')
optIn('dev.inmo.micro_utils.common.Warning')
optIn('dev.inmo.micro_utils.common.PreviewFeature')
}
}
}
}