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"
|
2020-05-11 01:09:07 +06:00
|
|
|
include ":docs"
|