Skip to content

Commit

Permalink
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (#178)
Browse files Browse the repository at this point in the history
* Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2

* Add Dokka v2 Gradle properties

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eliezer Graber <[email protected]>
  • Loading branch information
renovate[bot] and eygraber authored Dec 16, 2024
1 parent c7575b6 commit 3b2c9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ kotlin.incremental.wasm=true
kotlin.js.yarn=false
kotlin.native.enableKlibsCrossCompilation=true
kotlin.native.ignoreDisabledTargets=true

# Misc
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ conventions = "0.0.81"

detekt = "1.23.7"

dokka = "1.9.20"
dokka = "2.0.0"

jackson = "2.18.2"

Expand Down

0 comments on commit 3b2c9d7

Please sign in to comment.