Skip to content

Commit

Permalink
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2 (#259)
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 <me@eygraber.com>
  • Loading branch information
renovate[bot] and eygraber authored Dec 16, 2024
1 parent b53c8fd commit 5da4036
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 @@ -42,3 +42,7 @@ kotlin.js.yarn=false
kotlin.native.enableKlibsCrossCompilation=true
kotlin.mpp.stability.nowarn=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 @@ -13,7 +13,7 @@ detekt = "1.23.7"
detektCompose = "0.4.22"
detektEygraber = "1.0.11"

dokka = "1.9.20"
dokka = "2.0.0"

imageLoader = "1.9.0"
kotlin = "2.1.0"
Expand Down

0 comments on commit 5da4036

Please # to comment.