Skip to content

Commit

Permalink
Update Kotlin and Ktor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChachyDev committed Jun 21, 2021
1 parent af70137 commit 7e360c8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
}

group 'si.ksoft'
version '1.0-SNAPSHOT'
version '2.1.1'

repositories {
mavenCentral()
jcenter()
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "io.ktor:ktor-client-gson:1.4.0"
implementation "io.ktor:ktor-client-core:1.4.0"
implementation "io.ktor:ktor-client-apache:1.4.0"
implementation "io.ktor:ktor-client-gson:1.6.0"
implementation "io.ktor:ktor-client-core:1.6.0"
implementation "io.ktor:ktor-client-apache:1.6.0"
}

compileKotlin {
Expand Down

0 comments on commit 7e360c8

Please sign in to comment.