Skip to content

Commit

Permalink
Add Dokka v2 Gradle flags
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Dec 16, 2024
1 parent dd85ad3 commit 525cdd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ PUBLISH_VERSION=0.19.0-SNAPSHOT

# Workaround for https://github.com/Kotlin/dokka/issues/1405 on `./gradlew dokkaJavadoc`
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

# Dokka v2
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 comments on commit 525cdd6

Please sign in to comment.