Skip to content

Commit

Permalink
[UPDATE] Kotlin to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-khan committed Dec 26, 2024
1 parent 33c4a7b commit 5507d89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/google-java-format.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 5507d89

Please sign in to comment.