From 5507d89b35ff132dbba8ca22de35b6b9600dbdc2 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Thu, 26 Dec 2024 10:39:25 -0500 Subject: [PATCH] [UPDATE] Kotlin to 2.1 --- .idea/google-java-format.xml | 6 ++++++ .idea/kotlinc.xml | 2 +- .idea/misc.xml | 2 +- app/build.gradle | 2 +- build.gradle | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .idea/google-java-format.xml diff --git a/.idea/google-java-format.xml b/.idea/google-java-format.xml new file mode 100644 index 0000000..2aa056d --- /dev/null +++ b/.idea/google-java-format.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index c224ad5..bb44937 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index ea04d0a..c28e410 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 93fabda..f4eb5b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ plugins { // KSP plugin // https://github.com/google/ksp/releases - id("com.google.devtools.ksp").version("2.0.21-1.0.28") + id("com.google.devtools.ksp").version("2.1.0-1.0.29") } diff --git a/build.gradle b/build.gradle index 0d59f4f..c563710 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '2.0.21' + ext.kotlin_version = '2.1.0' repositories { google() mavenCentral()