chore: upgrade to kotlin 1.9.23
This commit is contained in:
parent
86cc87cd43
commit
551e62dbbe
2 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,6 @@ object Versions {
|
||||||
|
|
||||||
val java = JavaVersion.VERSION_17
|
val java = JavaVersion.VERSION_17
|
||||||
|
|
||||||
const val composeCompiler = "1.5.10"
|
const val composeCompiler = "1.5.11"
|
||||||
const val ktlint = "0.50.0"
|
const val ktlint = "0.50.0"
|
||||||
}
|
}
|
|
@ -22,9 +22,9 @@ coil = "2.6.0"
|
||||||
hilt = "2.51"
|
hilt = "2.51"
|
||||||
compose-destinations = "1.10.2"
|
compose-destinations = "1.10.2"
|
||||||
jellyfin = "1.4.6"
|
jellyfin = "1.4.6"
|
||||||
kotlin = "1.9.22"
|
kotlin = "1.9.23"
|
||||||
kotlinx-serialization = "1.6.3"
|
kotlinx-serialization = "1.6.3"
|
||||||
ksp = "1.9.22-1.0.18"
|
ksp = "1.9.23-1.0.20"
|
||||||
ktlint = "12.1.0"
|
ktlint = "12.1.0"
|
||||||
libmpv = "0.2.0"
|
libmpv = "0.2.0"
|
||||||
material = "1.11.0"
|
material = "1.11.0"
|
||||||
|
|
Loading…
Reference in a new issue