From eca5b47ab0a1a302cf4ca29bdbdec802ae0fa2fd Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 10 Apr 2024 10:20:33 -0400 Subject: [PATCH] Updates Kotlin version --- .idea/kotlinc.xml | 2 +- app/build.gradle | 3 +-- commons/build.gradle | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 8d81632f8..fe63bb677 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 652c81301..8d6a712f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/commons/build.gradle b/commons/build.gradle index 0190876bf..c139a70c8 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -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" } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5178f4b08..7760cba41 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ gms = "4.4.1" jacksonModuleKotlin = "2.17.0" jna = "5.14.0" junit = "4.13.2" -kotlin = "1.9.22" +kotlin = "1.9.23" kotlinxCollectionsImmutable = "0.3.7" languageId = "17.0.5" lazysodiumAndroid = "5.1.0"