Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SchwarzIT/dagger-lightsaber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 142a328db3907efd96c04e8fcc8d411325dd728f
Choose a base ref
..
head repository: SchwarzIT/dagger-lightsaber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 61e7c624cbd0bbc0110e1c273066f8bb2d55fab8
Choose a head ref
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ plugins {
id("com.android.application") version "8.8.0"
id("io.github.schwarzit.lightsaber")
kotlin("android") version "2.1.10"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
id("com.google.devtools.ksp") version "2.1.10-1.0.29"
}

android {
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.1.10"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
id("com.google.devtools.ksp") version "2.1.10-1.0.29"
id("io.github.schwarzit.lightsaber")
}

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ kotlin = "2.1.10"
dagger = "2.48.1"
junit_jupiter = "5.11.4"
kctfork = "0.6.0"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
anvil = "2.4.9"

[libraries]