Skip to content

Commit

Permalink
Update Dokka to 2.0.0-Beta to use Dokka K2 mode
Browse files Browse the repository at this point in the history
Workaround for Kotlin/dokka#3851
  • Loading branch information
sandwwraith committed Oct 9, 2024
1 parent 6de55d5 commit 4e7eed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ org.gradle.caching=true
kotlin.native.distribution.type=prebuilt

org.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"

org.jetbrains.dokka.experimental.tryK2=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "2.0.20"
kover = "0.8.2"
dokka = "1.9.20"
dokka = "2.0.0-Beta"
knit = "0.5.0"
bcv = "0.16.2"
animalsniffer = "1.7.1"
Expand Down

0 comments on commit 4e7eed3

Please sign in to comment.