We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2aa69 commit 73d44b6Copy full SHA for 73d44b6
gradle/libs.versions.toml
@@ -9,11 +9,11 @@ junit = "5.10.3"
9
koin = "3.5.6"
10
kotest = "5.9.1"
11
# Consider also `kotlinTargetVersion` in kotlin-project.gradle.kts.
12
-kotlin = "2.0.10-RC2"
+kotlin = "2.0.10"
13
kotlinpoet = "1.18.1"
14
kotlinx-coroutines = "1.8.1"
15
kotlinx-dl = "0.5.2"
16
-ksp = "2.0.10-RC2-1.0.24" # Must match Kotlin version above.
+ksp = "2.0.10-1.0.24" # Must match Kotlin version above.
17
mockito = "5.12.0"
18
mockito-kotlin = "2.2.0"
19
mockk = "1.13.12"
0 commit comments