Updates Kotlin version

This commit is contained in:
Vitor Pamplona
2024-04-10 10:20:33 -04:00
parent d38b57025c
commit eca5b47ab0
4 changed files with 4 additions and 5 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.8"
kotlinCompilerExtensionVersion "1.5.11"
}
}