Skip to content

Commit 9634cbb

Browse files
committed
Update to Dokka 2.0.0
1 parent 10778f3 commit 9634cbb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle.properties

-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ org.gradle.caching=true
2222
kotlin.native.distribution.type=prebuilt
2323

2424
org.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"
25-
26-
org.jetbrains.dokka.experimental.tryK2=true

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.1.0"
33
kover = "0.8.2"
4-
dokka = "2.0.0-Beta"
4+
dokka = "2.0.0"
55
knit = "0.5.0"
66
bcv = "0.16.2"
77
animalsniffer = "1.7.1"

0 commit comments

Comments
 (0)