mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
Document Compose to Kotlin version compatibility map (#1097)
This commit is contained in:
parent
9ddb028c79
commit
f7cd3e8aee
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ googleServices = "4.4.1"
|
|||
hilt = "2.50"
|
||||
junit5 = "5.8.2"
|
||||
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"
|
||||
kotlinxCollectionsImmutable = "0.3.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue