first version of bot

This commit is contained in:
2022-09-07 20:13:39 +06:00
parent 4c4d4f6946
commit cec7719ad7
3 changed files with 51 additions and 43 deletions

View File

@@ -18,6 +18,7 @@ plugins {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
mavenLocal()
}
dependencies {
@@ -35,7 +36,7 @@ dependencies {
}
application {
mainClassName = 'telegram_bot.AppKt'
mainClassName = 'AppKt'
}
java {