Skip to content

Commit

Permalink
Add ability to auto-generate docs for forage-android
Browse files Browse the repository at this point in the history
  • Loading branch information
djoksimo committed Jan 3, 2024
1 parent 76a253b commit 028f868
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ plugins {
id 'com.google.dagger.hilt.android' version '2.44' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'org.jetbrains.kotlinx.kover' version '0.6.1'
id "org.jetbrains.dokka" version "1.9.0"
}

subprojects {
if (name != "forage-android") return

apply plugin: 'org.jetbrains.dokka'
}

spotless {
Expand Down

0 comments on commit 028f868

Please sign in to comment.