Skip to content

Commit

Permalink
Updated Kotlin to version 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Aug 20, 2022
1 parent 9198a22 commit 43ca691
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.6.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.7.10")
}
}

Expand Down

0 comments on commit 43ca691

Please sign in to comment.