1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-25 00:36:15 +00:00

rename file with new classcasts

This commit is contained in:
2022-08-05 17:31:45 +06:00
parent cb4880bd00
commit bbdff0b31a
4 changed files with 4475 additions and 4475 deletions

View File

@@ -58,6 +58,6 @@ dependencies {
ksp {
arg("cctargetPackage", "dev.inmo.tgbotapi.extensions.utils")
arg("ccoutputFileName", "NewClassCasts")
arg("ccoutputFileName", "ClassCastsNew")
arg("ccoutputFolder", project(":tgbotapi.utils").file("src/commonMain/kotlin").absolutePath)
}