add inlines plugin

This commit is contained in:
2022-09-09 19:40:46 +06:00
parent 4c9b6e485f
commit bf68fc58f4
16 changed files with 193 additions and 21 deletions

View File

@@ -3,11 +3,12 @@
kotlin = "1.7.10"
kotlin-serialization = "1.4.0"
plagubot = "2.3.0"
plagubot = "2.3.1"
tgbotapi = "3.2.1"
microutils = "0.12.11"
kslog = "0.5.1"
krontab = "0.8.0"
tgbotapi-libraries = "0.5.3"
psql = "42.3.6"
@@ -33,6 +34,7 @@ android-test-junit = { module = "androidx.test.ext:junit", version.ref = "test_e
android-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso_core" }
tgbotapi = { module = "dev.inmo:tgbotapi", version.ref = "tgbotapi" }
tgbotapi-admins = { module = "dev.inmo:tgbotapi.libraries.cache.admins.plagubot", version.ref = "tgbotapi-libraries" }
plagubot-plugin = { module = "dev.inmo:plagubot.plugin", version.ref = "plagubot" }
plagubot-bot = { module = "dev.inmo:plagubot.bot", version.ref = "plagubot" }
microutils-repos-common = { module = "dev.inmo:micro_utils.repos.common", version.ref = "microutils" }