Update kotlin monorepo to v2.0.21 (#1002)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-26 18:24:41 +05:30
committed by GitHub
parent 32c267075a
commit 039df01f6a
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.20"
kotlin("jvm") version "2.0.21"
}
repositories {
+1 -1
View File
@@ -1,5 +1,5 @@
object Versions {
const val kotlin = "2.0.20"
const val kotlin = "2.0.21"
const val lifecycle = "2.6.1"
const val room = "2.6.1"
const val navigation = "2.5.3"