chore(deps): update kotlin monorepo to v2.0.10 (#934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-06 18:51:55 +05:30
committed by GitHub
parent 1b8e6d8189
commit 9b7d3215e5
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.0"
kotlin("jvm") version "2.0.10"
}
repositories {
+1 -1
View File
@@ -1,5 +1,5 @@
object Versions {
const val kotlin = "2.0.0"
const val kotlin = "2.0.10"
const val lifecycle = "2.6.1"
const val room = "2.5.2"
const val navigation = "2.5.3"