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 Jun 27, 2024
1 parent c2ec9d5 commit aaaf200
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id("com.android.application") version "8.5.0"
id("io.github.schwarzit.lightsaber")
kotlin("android") version "1.9.24"
kotlin("kapt") version "1.9.24"
kotlin("android") version "2.0.0"
kotlin("kapt") version "2.0.0"
}

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

android {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.9.24"
kotlin("kapt") version "1.9.24"
kotlin("jvm") version "2.0.0"
kotlin("kapt") version "2.0.0"
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.24"
id("com.google.devtools.ksp") version "1.9.24-1.0.20"
kotlin("jvm") version "2.0.0"
id("com.google.devtools.ksp") version "2.0.0-1.0.22"
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,5 +1,5 @@
[versions]
kotlin = "1.9.24"
kotlin = "2.0.0"
dagger = "2.48.1"
junit_jupiter = "5.10.2"
kctfork = "0.4.1"
Expand All @@ -15,7 +15,7 @@ junit_jupiter_params = { module = "org.junit.jupiter:junit-jupiter-params", vers
truth = { module = "com.google.truth:truth", version = "1.4.2" }
kctfork_core = { module = "dev.zacsweers.kctfork:core", version.ref = "kctfork" }
kctfork_ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref = "kctfork" }
symbol_processing_gradle_plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "1.9.24-1.0.20" }
symbol_processing_gradle_plugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version = "2.0.0-1.0.22" }
kotlin_gradle_plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version = "1.2.1" }

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import schwarz.it.lightsaber.gradle.Severity

plugins {
kotlin("jvm") version "1.9.24"
kotlin("kapt") version "1.9.24"
kotlin("jvm") version "2.0.0"
kotlin("kapt") version "2.0.0"
id("io.github.schwarzit.lightsaber")
}

Expand Down

0 comments on commit aaaf200

Please sign in to comment.