mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
Update compose compiler to 1.5.11 (#1192)
This commit is contained in:
parent
f00be6108e
commit
b3973f3ae0
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ 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.22"
|
||||
kotlinCompilerExtensionVersion = "1.5.9"
|
||||
kotlin = "1.9.23"
|
||||
kotlinCompilerExtensionVersion = "1.5.11"
|
||||
kotlinxCollectionsImmutable = "0.3.6"
|
||||
kotlinxCoroutines = "1.7.3"
|
||||
kotlinxSerialization = "1.6.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue