tgbotapi/settings.gradle

13 lines
227 B
Groovy
Raw Normal View History

2020-10-19 01:38:16 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
2020-10-04 12:34:03 +00:00
include ":tgbotapi.core"
include ":tgbotapi.extensions.api"
include ":tgbotapi.extensions.utils"
include ":tgbotapi"
2020-05-10 19:09:07 +00:00
include ":docs"