Skip to content

Commit 99be485

Browse files
committed
Update Dokka to 2.0.0-Beta to use Dokka K2 mode
Workaround for Kotlin/dokka#3851
1 parent 31ce0e9 commit 99be485

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ org.gradle.caching=true
2323
kotlin.native.distribution.type=prebuilt
2424

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

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.0.20"
33
kover = "0.8.2"
4-
dokka = "1.9.20"
4+
dokka = "2.0.0-Beta"
55
knit = "0.5.0"
66
bcv = "0.16.2"
77
animalsniffer = "1.7.1"

0 commit comments

Comments
 (0)