Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Kotlin 1.6.21 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
niusounds authored Jun 1, 2022
1 parent 37e24d5 commit 8dd67fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {

dependencies {
implementation("com.android.tools.build:gradle:7.2.1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
}
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
kotlin = "1.6.10"
kotlin = "1.6.21"
# https://github.com/Kotlin/dokka/releases
dokka = "1.6.10"
compose = "1.1.1"
dokka = "1.6.21"
compose = "1.2.0-beta02"
# https://ktor.io/changelog/1.6/
ktor = "1.6.8"
# https://github.com/Kotlin/kotlinx.coroutines/releases
Expand Down

0 comments on commit 8dd67fd

Please sign in to comment.