Skip to content

Commit

Permalink
Update Kotlin 1.9.24 to 2.0.0 (major) (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Róbert Papp (TWiStErRob) <papp.robert.s@gmail.com>
  • Loading branch information
renovate[bot] and TWiStErRob committed Jun 17, 2024
1 parent 7d9e69f commit c75a501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/*/*/build/
/*/*/*/build/
/gradled.bat
# Kotlin
.kotlin/

# IntelliJ IDEA / Android Studio
*.iml
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ agp = "8.5.0"
agp-tools = "31.5.0"
twisterrob = "0.17" # https://github.com/TWiStErRob/net.twisterrob.gradle/releases
detekt = "1.23.6"
kotlin = "1.9.24"
kotlin-ksp = "1.9.24-1.0.20"
kotlin = "2.0.0"
kotlin-ksp = "2.0.0-1.0.22"
kotlin-coroutines = "1.8.1"

glide = "4.16.0"
Expand Down

0 comments on commit c75a501

Please sign in to comment.