Skip to content

Commit fcc90e4

Browse files
committed
feat(Documentation): add dokka plugin
1 parent 4a8c3fb commit fcc90e4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ plugins {
77
alias(libs.plugins.android.library) apply false
88
alias(libs.plugins.spotless)
99
alias(libs.plugins.detekt) apply false
10+
alias(libs.plugins.kotlin.dokka)
1011
}
1112

1213

1314
subprojects {
15+
apply(plugin = rootProject.libs.plugins.kotlin.dokka.get().pluginId)
1416
apply(plugin = rootProject.libs.plugins.detekt.get().pluginId)
1517
configure<DetektExtension> {
1618
buildUponDefaultConfig = true

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
3535
android-application = { id = "com.android.application", version.ref = "agp" }
3636
android-library = { id = "com.android.library", version.ref = "agp" }
3737
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
38+
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
3839
mosaic-application = { id = "io.monstarlab.mosaic.application", version = "undefined" }
3940
mosaic-library = { id = "io.monstarlab.mosaic.library", version = "undefined" }
4041

0 commit comments

Comments
 (0)