Skip to content

Commit

Permalink
Update KSP to 1.0.26 (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Nov 1, 2024
1 parent bea9f36 commit 8a324df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions arrow-libs/optics/arrow-optics-ksp-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ kotlin {
}
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

apply(from = property("ANIMALSNIFFER_MPP"))

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin = "2.0.21"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.21-1.0.25"
kspVersion = "2.0.21-1.0.26"
kotlinxSerialization = "1.7.3"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
Expand Down

0 comments on commit 8a324df

Please sign in to comment.