mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2025-09-01 22:29:29 +00:00
start of implementation
This commit is contained in:
@@ -17,12 +17,19 @@ plugins {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.kotlin
|
||||
|
||||
implementation libs.tgbotapi
|
||||
implementation libs.microutils.repos.exposed
|
||||
implementation libs.microutils.repos.cache
|
||||
implementation libs.kslog
|
||||
implementation libs.exposed
|
||||
implementation libs.psql
|
||||
implementation libs.imageboard
|
||||
}
|
||||
|
||||
application {
|
||||
|
Reference in New Issue
Block a user