We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46fe80 commit 6c8f2a0Copy full SHA for 6c8f2a0
gradle.properties
@@ -23,7 +23,3 @@ android.nonTransitiveRClass=true
23
24
org.gradle.caching=true
25
org.gradle.configuration-cache=true
26
-
27
-# Dokka Gradle plugin V1 is deprecated, and will be removed in Dokka version 2.1.0
28
-org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
29
-org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
gradle/libs.versions.toml
@@ -10,7 +10,7 @@ conscryptAndroid = { strictly = "2.5.2" } # 2.5.3 crashes everything
10
constraintlayout = "2.2.1"
11
coreKtx = "1.17.0"
12
desugar_jdk_libs_nio = "2.1.5"
13
-dokkaGradlePlugin = "2.0.0"
+dokkaGradlePlugin = "2.1.0"
14
espressoCore = "3.7.0"
15
fuzzywuzzy = "1.4.0"
16
gradle = "8.13.0"
0 commit comments