Migrates Kotlin and dependencies to the latest version

This commit is contained in:
Vitor Pamplona
2024-05-30 09:48:45 -04:00
parent ff94f45d04
commit e2a719164f
4 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ android {
}
composeOptions {
// Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion "1.5.11"
kotlinCompilerExtensionVersion "1.5.14"
}
}