mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Update kotlin to v1.9.24 (#1373)
This commit is contained in:
parent
01bc587e6f
commit
1cba7b92a4
1 changed files with 3 additions and 3 deletions
|
@ -35,13 +35,13 @@ jvmTarget = "17"
|
|||
# kotlin and kotlinCompileExtensions **must** use compatible versions. Do not update either without
|
||||
# first checking the Compose to Kotlin Compatibility Map.
|
||||
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
|
||||
kotlin = "1.9.23"
|
||||
kotlinCompilerExtensionVersion = "1.5.13"
|
||||
kotlin = "1.9.24"
|
||||
kotlinCompilerExtensionVersion = "1.5.14"
|
||||
kotlinxCollectionsImmutable = "0.3.7"
|
||||
kotlinxCoroutines = "1.8.1"
|
||||
kotlinxSerialization = "1.6.3"
|
||||
kotlinxKover = "0.7.6"
|
||||
ksp = "1.9.23-1.0.20"
|
||||
ksp = "1.9.24-1.0.20"
|
||||
mockk = "1.13.10"
|
||||
okhttp = "4.12.0"
|
||||
retrofitBom = "2.11.0"
|
||||
|
|
Loading…
Reference in a new issue