diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 17dfe8722..7a263fa1a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ kotlin-language = "1.4" # Version of Kotlin Gradle Plugin used for compilation. kotlin-build = "1.7.20" # Dokka is sometimes lagging behind and is not using the same release vehicle as Kotlin main. -kotlin-dokka = "1.7.10" +kotlin-dokka = "1.7.20" # TODO 1.22 activate UnnecessaryParentheses with allowForUnclearPrecedence. # TODO 1.22 remove MaxLineLength from LintMessageDetailsSplitter