chore: upgrade to kotlin 1.9.23

This commit is contained in:
jarnedemeulemeester 2024-04-09 17:53:14 +02:00
parent 86cc87cd43
commit 551e62dbbe
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5
2 changed files with 3 additions and 3 deletions

View file

@ -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"
} }

View file

@ -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"