update kotlin

This commit is contained in:
2025-01-29 08:56:37 +06:00
parent 61277e92bd
commit f7e98dfd2d
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
## 0.24.5
* `Versions`:
* `Kotlin`: `2.1.0` -> `2.1.10`
* `SQLite`: `3.47.2.0` -> `3.48.0.0`
* `Koin`: `4.0.1` -> `4.0.2`
* `Android RecyclerView`: `1.3.2` -> `1.4.0`

View File

@@ -1,6 +1,6 @@
[versions]
kt = "2.1.0"
kt = "2.1.10"
kt-serialization = "1.8.0"
kt-coroutines = "1.10.1"
@@ -23,7 +23,7 @@ koin = "4.0.2"
okio = "3.10.2"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
kotlin-poet = "1.18.1"
versions = "0.51.0"