diff --git a/gradle.properties b/gradle.properties index 8dd6a87fc8..048fdb94a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,3 @@ android.nonTransitiveRClass=true org.gradle.caching=true org.gradle.configuration-cache=true - -# Dokka Gradle plugin V1 is deprecated, and will be removed in Dokka version 2.1.0 -org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled -org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a4b75b9a2..528311ffb1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ conscryptAndroid = "2.5.2" constraintlayout = "2.2.1" coreKtx = "1.17.0" desugar_jdk_libs_nio = "2.1.5" -dokkaGradlePlugin = "2.0.0" +dokkaGradlePlugin = "2.1.0" espressoCore = "3.7.0" fuzzywuzzy = "1.4.0" gradle = "8.13.0"