diff options
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7060a3f1..c79dedc4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ gradlePlugin-kotlin = "1.8.20" gradlePlugin-android = "4.1.3" -gradlePlugin-dokka = "1.7.10" +gradlePlugin-dokka = "1.8.10" kotlinx-coroutines = "1.6.3" kotlinx-bcv = "0.12.1" |