Skip to content

Commit 6c8f2a0

Browse files
authored
Upgrade dokka to 2.1.0 (#2007)
1 parent a46fe80 commit 6c8f2a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,3 @@ android.nonTransitiveRClass=true
2323

2424
org.gradle.caching=true
2525
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ conscryptAndroid = { strictly = "2.5.2" } # 2.5.3 crashes everything
1010
constraintlayout = "2.2.1"
1111
coreKtx = "1.17.0"
1212
desugar_jdk_libs_nio = "2.1.5"
13-
dokkaGradlePlugin = "2.0.0"
13+
dokkaGradlePlugin = "2.1.0"
1414
espressoCore = "3.7.0"
1515
fuzzywuzzy = "1.4.0"
1616
gradle = "8.13.0"

0 commit comments

Comments
 (0)