Skip to content

Commit

Permalink
Update dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
StayBlue committed Dec 29, 2024
1 parent 33fec86 commit a03de02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-jackson:$retrofitVersion"

compileOnly 'org.jetbrains.dokka:dokka-base:1.7.10'
compileOnly 'org.jetbrains.dokka:dokka-base:2.0.0'
}

publishing {
Expand Down Expand Up @@ -106,7 +106,7 @@ tasks.withType(KotlinCompile).configureEach {
}
}

tasks.named("dokkaHtml", DokkaTask) {
dokka {
suppressInheritedMembers.set(true)
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
kotlin.code.style=official
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled

org.gradle.caching=true
version = 0.0.5-SNAPSHOT

0 comments on commit a03de02

Please sign in to comment.