deps(gradle): bump the kotlin group with 2 updates - #113
Conversation
Bumps the kotlin group with 2 updates: [org.jetbrains.compose.material3:material3](https://github.com/JetBrains/compose-multiplatform) and [com.google.devtools.ksp](https://github.com/google/ksp). Updates `org.jetbrains.compose.material3:material3` from 1.10.0-alpha05 to 1.12.0-alpha03 - [Release notes](https://github.com/JetBrains/compose-multiplatform/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-multiplatform/commits) Updates `com.google.devtools.ksp` from 2.3.6 to 2.3.11 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.6...2.3.11) --- updated-dependencies: - dependency-name: org.jetbrains.compose.material3:material3 dependency-version: 1.12.0-alpha03 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: com.google.devtools.ksp dependency-version: 2.3.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
rugbedbugg
left a comment
There was a problem hiding this comment.
Verified locally before merging, since Android CI does not build :desktop and composeMaterial3Mp is consumed only by that module.
Ran ./gradlew :desktop:compileKotlinDesktop :core:desktopTest :cli:build against this branch in a clean worktree: BUILD SUCCESSFUL, 19 actionable tasks / 19 executed, no cache hits, no errors. The expressive APIs the catalog comment calls out (LoadingIndicator, ExperimentalMaterial3ExpressiveApi) still resolve on 1.12.0-alpha03, and since that is still an alpha, the rationale in libs.versions.toml stays accurate as written.
The ksp 2.3.6 -> 2.3.11 half is already covered by the Android check via kspAndroid.
#114 adds a Desktop CI job so this module is built on future PRs rather than verified by hand.
android.yml is the only PR-triggered workflow and runs assembleDebug, testDebugUnitTest and :app:lintDebug, all of which stop at :core's androidTarget. :desktop and :cli have never been compiled on a PR, and :core's desktopTest source set has never been run. The gap is not theoretical. PR #113 bumps composeMaterial3Mp, which is consumed only by :desktop, and passed CI without that module being built. PR #92 adds 13 test files under core/src/desktopTest and cli/src/test that no current job would execute. Runs on ubuntu-latest only: :desktop is a single jvm("desktop") target, so one host covers the Kotlin/Compose surface, and per-OS packaging is already exercised by release.yml.
* [CI]: Add Desktop CI for :desktop, :core desktopTest and :cli android.yml is the only PR-triggered workflow and runs assembleDebug, testDebugUnitTest and :app:lintDebug, all of which stop at :core's androidTarget. :desktop and :cli have never been compiled on a PR, and :core's desktopTest source set has never been run. The gap is not theoretical. PR #113 bumps composeMaterial3Mp, which is consumed only by :desktop, and passed CI without that module being built. PR #92 adds 13 test files under core/src/desktopTest and cli/src/test that no current job would execute. Runs on ubuntu-latest only: :desktop is a single jvm("desktop") target, so one host covers the Kotlin/Compose surface, and per-OS packaging is already exercised by release.yml. * [CI]: Rename Desktop CI job to avoid check-name collision Both workflows declared a job id of `build`, so the PR checks list showed two entries named `build` with no way to tell the Android job from the desktop one. Renaming this job to `desktop` makes the check read "Desktop CI / desktop", which also matters if it is ever promoted to a required status check.
Bumps the kotlin group with 2 updates: org.jetbrains.compose.material3:material3 and com.google.devtools.ksp.
Updates
org.jetbrains.compose.material3:material3from 1.10.0-alpha05 to 1.12.0-alpha03Release notes
Sourced from org.jetbrains.compose.material3:material3's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.compose.material3:material3's changelog.
... (truncated)
Commits
Updates
com.google.devtools.kspfrom 2.3.6 to 2.3.11Release notes
Sourced from com.google.devtools.ksp's releases.
... (truncated)
Commits
c44fd9aRename coroutines core-jvm alias to coreJvm per review5cec34dMove root build plugin versions to the version catalogb956e6bMove remaining kotlin-analysis-api versions to the version catalog9aed497Do not cherry-pick conflicting commits in CI auto-merge workflow145dcd6Update gradle wrapper to 9.5.068762a9Check for valid gradle wrapper jar in CI336a2e4Regenerate gradle wrapper94d5e09Use gh cli for release asset uploadd244982Disable all permissions in main workflowb88bc0dPin actions/upload-release-asset at v1.0.2 SHADependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions