Upgrade Compose Compiler to 1.5.7 (#510)

Signed-off-by: Arnau Mora <arnyminerz@proton.me>
This commit is contained in:
Arnau Mora 2023-12-25 11:48:09 +01:00 committed by GitHub
parent 895f0a1541
commit 09253a2454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ android {
composeOptions {
// Keep this in sync with Kotlin version:
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion = "1.5.6"
kotlinCompilerExtensionVersion = "1.5.7"
}
// Java namespace for our classes (not to be confused with Android package ID)