chore(deps): update kotlin monorepo to v2.0.20 (#949)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-23 08:35:04 +05:30
committed by GitHub
parent 1db9d17c8a
commit 7aae99ffae
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "2.0.10"
kotlin("jvm") version "2.0.20"
}
repositories {
+1 -1
View File
@@ -1,5 +1,5 @@
object Versions {
const val kotlin = "2.0.10"
const val kotlin = "2.0.20"
const val lifecycle = "2.6.1"
const val room = "2.5.2"
const val navigation = "2.5.3"