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

ContentMessage -> CommonMessage in behaviour_builder, fill readme of behaviour_builder and update projects schema

This commit is contained in:
2021-01-08 16:28:00 +06:00
parent b9341f89ac
commit 9cc402b42d
9 changed files with 779 additions and 589 deletions

View File

@@ -39,9 +39,7 @@ kotlin {
commonMain {
dependencies {
implementation kotlin('stdlib')
api project(":tgbotapi.core")
api project(":tgbotapi.extensions.utils")
api project(":tgbotapi.extensions.api")
}
}
}