build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.2.0#1208
build(deps): bump org.jetbrains.dokka from 1.9.20 to 2.2.0#1208dependabot[bot] wants to merge 1 commit into
Conversation
97e1c75 to
fdeb09f
Compare
Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.20 to 2.2.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.20...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fdeb09f to
493e761
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 493e761. Configure here.
| kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" } | ||
| ksp = { id = "com.google.devtools.ksp" } | ||
| dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } | ||
| dokka = { id = "org.jetbrains.dokka", version = "2.2.0" } |
There was a problem hiding this comment.
Dokka 2 breaks Gradle tasks
High Severity
Raising org.jetbrains.dokka to 2.2.0 switches the project to Dokka Gradle Plugin v2 by default, which no longer registers v1 tasks such as dokkaHtml. The plugin-build module still calls tasks.named("dokkaHtml") and wires distTar to dokkaJavadocJar, so Gradle configuration or release packaging can fail until the build is migrated or compatibility mode is enabled.
Reviewed by Cursor Bugbot for commit 493e761. Configure here.


Bumps org.jetbrains.dokka from 1.9.20 to 2.2.0.
Release notes
Sourced from org.jetbrains.dokka's releases.
... (truncated)
Commits
656ca46Update Dokka version references to 2.2.0 (#4485)534e242Updatecom.gradle.publish:plugin-publish-pluginand declare Gradle CC compa...abc048dUpdate the version for the 2.2.0 release60062bbDetect and handle intersected source roots in Android multi-variant projects ...0bd8995Fix DGP reading all Gradle properties (#4468)06dbbfdUpdate the version for the 2.2.0-Beta releasea81ace7Update AGP version in tests to stable9.0.0(#4420)fd97482Fix minor oversight in the implemenation: missed + in enum entries (#4411)8148aa2Fix unnecesary logging for unresolved links in module documentation (#4413)bf3b5eeFixsuppressGeneratedFileswas unused (#4348)