Skip to content

Commit

Permalink
Added dokka plugin to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamara committed Aug 13, 2024
1 parent 9e4c610 commit 0e06247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id "com.diffplug.spotless" version "6.3.0"
id "com.peterabeles.gversion" version "1.10"
id "org.jetbrains.kotlinx.kover" version "0.4.2"
id("org.jetbrains.dokka") version "1.9.20"
}

sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit 0e06247

Please sign in to comment.