This commit is contained in:
2022-04-10 22:14:56 +06:00
parent 00cee9bcec
commit 60ace19f50
10 changed files with 120 additions and 77 deletions

View File

@@ -3,7 +3,6 @@ project.group = "com.insanusmokrassar"
buildscript {
repositories {
mavenLocal()
jcenter()
mavenCentral()
}
@@ -28,14 +27,13 @@ project.group = "$library_group"
repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "dev.inmo:tgbotapi:$telegram_bot_api_version"
api "io.ktor:ktor-client-core:$ktor_version"
@@ -45,5 +43,5 @@ dependencies {
api "io.ktor:ktor-server-tomcat:$ktor_version"
// Use JUnit test framework
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
}