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 {
99 alias(libs.plugins.detekt)
1010 alias(libs.plugins.ktlint)
1111 alias(libs.plugins.kotlin.binaryCompatibility)
12+ alias(libs.plugins.kotlin.dokka)
1213 `maven- publish`
1314}
1415
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ktlint = "0.50.0"
77[plugins ]
88kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
99kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
10+ kotlin-dokka = { id = " org.jetbrains.dokka" , version = " 1.8.20" }
1011kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
1112kover = { id = " org.jetbrains.kotlinx.kover" , version = " 0.7.1" }
1213detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
You can’t perform that action at this time.
0 commit comments