Updates Kotlin version

pull/832/head
Vitor Pamplona 2024-04-10 10:20:33 -04:00
rodzic d38b57025c
commit eca5b47ab0
4 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="KotlinJpsPluginSettings"> <component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.22" /> <option name="version" value="1.9.23" />
</component> </component>
</project> </project>

Wyświetl plik

@ -143,7 +143,7 @@ android {
composeOptions { composeOptions {
// Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin // Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion "1.5.8" kotlinCompilerExtensionVersion "1.5.11"
} }
packagingOptions { packagingOptions {
resources { resources {
@ -151,7 +151,6 @@ android {
} }
} }
lint { lint {
disable 'MissingTranslation' disable 'MissingTranslation'
} }

Wyświetl plik

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

Wyświetl plik

@ -21,7 +21,7 @@ gms = "4.4.1"
jacksonModuleKotlin = "2.17.0" jacksonModuleKotlin = "2.17.0"
jna = "5.14.0" jna = "5.14.0"
junit = "4.13.2" junit = "4.13.2"
kotlin = "1.9.22" kotlin = "1.9.23"
kotlinxCollectionsImmutable = "0.3.7" kotlinxCollectionsImmutable = "0.3.7"
languageId = "17.0.5" languageId = "17.0.5"
lazysodiumAndroid = "5.1.0" lazysodiumAndroid = "5.1.0"