This commit is contained in:
2022-03-02 14:36:17 +06:00
parent f3b37cc75a
commit 91927d3b50
35 changed files with 1223 additions and 43 deletions

@ -15,7 +15,7 @@ kotlin {
api project(":postssystem.features.content.binary.server")
api project(":postssystem.features.content.text.server")
api "dev.inmo:tgbotapi:$tgbotapi_version"
api libs.tgbotapi
}
}
}