Skip to content

Commit

Permalink
Dokka 2 migration :wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 4, 2024
1 parent e479e04 commit b43cb76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8
org.gradle.warning.mode=all
org.gradle.console=plain

org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

# Gradle
version=4.0.0-A3
group=com.hexagontk
Expand Down
2 changes: 2 additions & 0 deletions gradle/dokka.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* Check usage information at: http://hexagontk.com/gradle/#dokka
*
* TODO Migrate do Dokka 2: https://kotlinlang.org/docs/dokka-migration.html
*/

apply(plugin: "kotlin")
Expand Down

0 comments on commit b43cb76

Please sign in to comment.