File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ jackson = "2.18.2"
1212[plugins ]
1313kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1414kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
15- kotlin-dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
1615kotlin-benchmark = { id = " org.jetbrains.kotlinx.benchmark" , version.ref = " benchmark" }
1716kotlin-allopen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
1817kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ plugins {
1414 alias(libs.plugins.kover)
1515 alias(libs.plugins.detekt)
1616 alias(libs.plugins.ktlint)
17- alias(libs.plugins.kotlin.dokka)
1817 convention.publication
1918}
2019
You can’t perform that action at this time.
0 commit comments