1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-16 19:52:01 +00:00
tgbotapi/settings.gradle

22 lines
529 B
Groovy
Raw Normal View History

2020-10-18 22:38:16 -03:00
pluginManagement {
2021-03-16 22:33:42 +06:00
resolutionStrategy {
eachPlugin {
if (requested.id.id == "org.jetbrains.dokka") {
useModule("org.jetbrains.dokka:dokka-gradle-plugin:${requested.version}")
}
}
}
2020-10-18 22:38:16 -03:00
repositories {
gradlePluginPortal()
}
}
2020-10-04 18:34:03 +06:00
include ":tgbotapi.core"
2022-08-06 00:39:46 +06:00
include ":tgbotapi.ksp"
2021-10-18 15:20:25 +06:00
include ":tgbotapi.api"
include ":tgbotapi.utils"
include ":tgbotapi.behaviour_builder"
include ":tgbotapi.behaviour_builder.fsm"
2020-10-04 18:34:03 +06:00
include ":tgbotapi"
2022-04-18 17:05:28 +06:00
include ":tgbotapi.webapps"