Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
ee0435e567 Update kotlin to v2.4.10
Some checks failed
gitleaks / scan (push) Failing after 1s
2026-07-15 06:54:20 +00:00

View file

@ -30,7 +30,7 @@ junit = "4.13.2"
junit-ext = "1.3.0" junit-ext = "1.3.0"
koin = "4.2.2" koin = "4.2.2"
koin-plugin = "1.0.1" koin-plugin = "1.0.1"
kotlin = "2.3.21" kotlin = "2.4.10"
kotlinx-coroutines-rx3 = "1.11.0" kotlinx-coroutines-rx3 = "1.11.0"
kotlinx-serialization-json = "1.11.0" kotlinx-serialization-json = "1.11.0"
ksp = "2.3.8" ksp = "2.3.8"