mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
[deps]: Update kotlin (#90)
This commit is contained in:
@@ -12,7 +12,7 @@ androidxActivity = "1.8.2"
|
||||
androidXBiometrics = "1.2.0-alpha05"
|
||||
androidxBrowser = "1.8.0"
|
||||
androidxCamera = "1.3.2"
|
||||
androidxComposeBom = "2024.04.01"
|
||||
androidxComposeBom = "2024.05.00"
|
||||
androidxComposeUiTest = "1.6.6"
|
||||
androidxCore = "1.12.0"
|
||||
androidxHiltNavigationCompose = "1.2.0"
|
||||
@@ -38,13 +38,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.12"
|
||||
kotlin = "1.9.24"
|
||||
kotlinCompilerExtensionVersion = "1.5.14"
|
||||
kotlinxCollectionsImmutable = "0.3.7"
|
||||
kotlinxCoroutines = "1.8.0"
|
||||
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"
|
||||
retrofit = "2.11.0"
|
||||
|
||||
Reference in New Issue
Block a user