Skip to content

Commit

Permalink
Bump dokka to 2.0.0 (#6330)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Dec 17, 2024
1 parent db6272e commit deb5eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libraries.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ atomicfu-plugin = { group = "org.jetbrains.kotlinx", name = "atomicfu-gradle-plu
benmanes-versions = { group = "com.github.ben-manes", name = "gradle-versions-plugin", version = "0.33.0" }
compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0-Beta"
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
dgp = "com.gradle:develocity-gradle-plugin:3.19" # // sync with settings.gradle.kts
# Not updating because it fails in apollo-compiler Java tests with
# annotation @org.jetbrains.annotations.Nullable not applicable in this type context
Expand Down

0 comments on commit deb5eca

Please sign in to comment.