mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Update Kotlin and compiler (#1034)
This commit is contained in:
parent
32f9b1bde6
commit
e45c1034a5
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ googleServices = "4.4.1"
|
|||
hilt = "2.50"
|
||||
junit5 = "5.8.2"
|
||||
jvmTarget = "17"
|
||||
kotlin = "1.9.21"
|
||||
kotlinCompilerExtensionVersion = "1.5.7"
|
||||
kotlin = "1.9.22"
|
||||
kotlinCompilerExtensionVersion = "1.5.9"
|
||||
kotlinxCollectionsImmutable = "0.3.6"
|
||||
kotlinxCoroutines = "1.7.3"
|
||||
kotlinxSerialization = "1.6.2"
|
||||
|
|
Loading…
Reference in a new issue