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
+1 -2
View File
@@ -143,7 +143,7 @@ android {
composeOptions {
// Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion "1.5.8"
kotlinCompilerExtensionVersion "1.5.11"
}
packagingOptions {
resources {
@@ -151,7 +151,6 @@ android {
}
}
lint {
disable 'MissingTranslation'
}