Skip to content

Commit

Permalink
build(deps): update Kotlin to 2.1.0-Beta2
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <[email protected]>
  • Loading branch information
amal committed Oct 22, 2024
1 parent 716125c commit 7fb4784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ androidCompileSdk = "35"
androidBuildTools = "35.0.0"

javaLangTarget = "1.8"
kotlinLangVersion = "2.0"
kotlinLangVersion = "2.1"

# https://github.com/JetBrains/kotlin/releases
# https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
# WARN: Don't forget to update kotlin version badge in ../README.md
kotlin = "2.0.21"
kotlin = "2.1.0-Beta2"

# https://github.com/Kotlin/kotlinx.coroutines/releases
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core
Expand Down

0 comments on commit 7fb4784

Please sign in to comment.