Skip to content

Commit

Permalink
Bump org.jetbrains.dokka from 2.0.0-Beta to 2.0.0 (#423)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.dokka from 2.0.0-Beta to 2.0.0

Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 2.0.0-Beta to 2.0.0.
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v2.0.0-Beta...v2.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.dokka
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Use K2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Wedemann <[email protected]>
  • Loading branch information
dependabot[bot] and hfhbd authored Dec 17, 2024
1 parent 636196b commit db3b3f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1g
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.experimental.tryK2=true
org.jetbrains.dokka.experimental.tryK2.nowarn=true
group=app.softwork
android.useAndroidX=true
kotlin.mpp.androidSourceSetLayoutVersion=2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
android = { id = "com.android.application", version = "8.7.3" }
binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.14" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0-Beta" }
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
licensee = { id = "app.cash.licensee", version = "1.12.0" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.0" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.7"}

0 comments on commit db3b3f9

Please sign in to comment.