Skip to content

Commit

Permalink
Update kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 8046ad6 commit b46dabc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id("com.android.application") version "8.7.2"
id("io.github.schwarzit.lightsaber")
kotlin("android") version "1.9.25"
kotlin("kapt") version "1.9.25"
kotlin("android") version "2.0.21"
kotlin("kapt") version "2.0.21"
}

android {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id("com.android.application") version "8.7.2"
id("io.github.schwarzit.lightsaber")
kotlin("android") version "1.9.25"
id("com.google.devtools.ksp") version "1.9.25-1.0.20"
kotlin("android") version "2.0.21"
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
}

android {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.25"
kotlin("kapt") version "1.9.25"
kotlin("jvm") version "2.0.21"
kotlin("kapt") version "2.0.21"
id("io.github.schwarzit.lightsaber")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.25"
id("com.google.devtools.ksp") version "1.9.25-1.0.20"
kotlin("jvm") version "2.0.21"
id("com.google.devtools.ksp") version "2.0.21-1.0.26"
id("io.github.schwarzit.lightsaber")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "1.9.25"
kotlin = "2.0.21"
dagger = "2.48.1"
junit_jupiter = "5.11.3"
kctfork = "0.5.1"
ksp = "1.9.25-1.0.20"
ksp = "2.0.21-1.0.27"
anvil = "2.4.9"

[libraries]
Expand Down

0 comments on commit b46dabc

Please sign in to comment.