mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-10-31 21:43:48 +00:00
14 lines
210 B
Groovy
14 lines
210 B
Groovy
plugins {
|
|
id "org.jetbrains.kotlin.jvm"
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation libs.kotlin.poet
|
|
implementation libs.ksp
|
|
implementation project(":tgbotapi.core")
|
|
}
|