Skip to content

Commit

Permalink
Update Dokka to 1.9.0
Browse files Browse the repository at this point in the history
* Move Kotlin Analysis dependencies to new single dependency (analysis-kotlin-descriptors)
* Dependency updates:
  * Update Kotlin from 1.8.20 to 1.9.0
  * Update Dokka from 1.8.20 to 1.9.0
  * Update Kotlin Serialization from 1.5.1 to 1.6.0
  * Update internal Dokkatoo from 1.5.0 to 1.6.0

Resolves adamko-dev#117
  • Loading branch information
EdricChan03 committed Sep 2, 2023
1 parent b1ca20c commit 08d3c4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]

kotlin = "1.8.20" # should match Gradle's embedded Kotlin version https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin-dokka = "1.8.20"
kotlinx-serialization = "1.5.1"
kotlin = "1.9.0" # should match Gradle's embedded Kotlin version https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin-dokka = "1.9.0"
kotlinx-serialization = "1.6.0"

kotest = "5.6.2"

gradlePlugin-android = "8.0.2"
gradlePlugin-dokkatoo = "1.5.0"
gradlePlugin-dokkatoo = "1.6.0"
gradlePlugin-gradlePublishPlugin = "1.2.1"
gradlePlugin-bcvMu = "0.0.4"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,9 @@ abstract class DokkatooFormatPlugin(
version.map { v -> create("$this:$v") }

with(dokkatooExtension.versions) {
dokkaPlugin(dokka("dokka-analysis"))
dokkaPlugin(dokka("analysis-kotlin-descriptors"))
dokkaPlugin(dokka("templating-plugin"))
dokkaPlugin(dokka("dokka-base"))
dokkaPlugin(dokka("kotlin-analysis-intellij"))
dokkaPlugin(dokka("kotlin-analysis-compiler"))
// dokkaPlugin(dokka("all-modules-page-plugin"))

dokkaPlugin("org.jetbrains.kotlinx:kotlinx-html" version kotlinxHtml)
Expand Down

0 comments on commit 08d3c4c

Please sign in to comment.