diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 03fcfb7bea..254a1fc3cc 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 07f0bea4ea..4b29295472 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,9 +4,10 @@ [versions] # Project android_gradle_plugin = "8.12.0" -kotlin = "2.2.0" +# When updateing this, please also update the version in the file ./idea/kotlinc.xml +kotlin = "2.2.10" kotlinpoet = "2.2.0" -ksp = "2.2.0-2.0.2" +ksp = "2.2.10-2.0.2" firebaseAppDistribution = "5.1.1" # AndroidX