Skip to content

Commit 48948a3

Browse files
fix(deps): update ksp monorepo to v2.3.6 (#2233)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.5` → `2.3.6` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.5/2.3.6?slim=true) | | [com.google.devtools.ksp:symbol-processing-api](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.5` → `2.3.6` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:symbol-processing-api/2.3.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:symbol-processing-api/2.3.5/2.3.6?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.3.6`](https://redirect.github.com/google/ksp/releases/tag/2.3.6) [Compare Source](https://redirect.github.com/google/ksp/compare/2.3.5...2.3.6) #### What's Changed - Fixed an issue where module recompilation would fail on Windows environments when KSP2 was enabled ([#&#8203;2774](https://redirect.github.com/google/ksp/issues/2774)) - Resolved an issue where generated Java sources were ignored when using Android Kotlin Multiplatform with IP-compatible paths ([#&#8203;2744](https://redirect.github.com/google/ksp/issues/2744)) - Fixed a KSP version 2.3.5 CI error exception that does not break build checks ([#&#8203;2763](https://redirect.github.com/google/ksp/issues/2763)) - Added symbol-processing-api and common-deps to compile dependencies ([#&#8203;2789](https://redirect.github.com/google/ksp/issues/2789)) - Improved the detection of built-in Kotlin by removing the reliance on KotlinBaseApiPlugin ([#&#8203;2772](https://redirect.github.com/google/ksp/issues/2772)) - A back-port of a performance optimization in the Intellij / Analysis API ([2785](https://redirect.github.com/google/ksp/pull/2785) ) #### Contributors - Thanks to [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc), [@&#8203;jaschdoc](https://redirect.github.com/jaschdoc), [@&#8203;gurusai-voleti](https://redirect.github.com/gurusai-voleti) and everyone who reported bugs and participated in discussions! **Full Changelog**: <google/ksp@2.3.5...2.3.6> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 426fe13 commit 48948a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.5")
8+
implementation("com.google.devtools.ksp:symbol-processing-api:2.3.6")
99
implementation("com.squareup:kotlinpoet:2.2.0")
1010
implementation("com.squareup:kotlinpoet-ksp:2.2.0")
1111
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0")

github-workflows-kt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
buildsrc.convention.`duplicate-versions`
1111

1212
kotlin("plugin.serialization")
13-
id("com.google.devtools.ksp") version "2.3.5"
13+
id("com.google.devtools.ksp") version "2.3.6"
1414

1515
// Code quality.
1616
id("io.gitlab.arturbosch.detekt")

0 commit comments

Comments
 (0)