File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ plugins {
9
9
alias(libs.plugins.detekt)
10
10
alias(libs.plugins.ktlint)
11
11
alias(libs.plugins.kotlin.binaryCompatibility)
12
+ alias(libs.plugins.kotlin.dokka)
12
13
`maven- publish`
13
14
}
14
15
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ktlint = "0.50.0"
7
7
[plugins ]
8
8
kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
9
9
kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
10
+ kotlin-dokka = { id = " org.jetbrains.dokka" , version = " 1.8.20" }
10
11
kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
11
12
kover = { id = " org.jetbrains.kotlinx.kover" , version = " 0.7.1" }
12
13
detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
You can’t perform that action at this time.
0 commit comments