Skip to content

Commit 93b02c2

Browse files
committed
build: update remaining Dokkatoo usages
aaaaaaaaaaaaaaaaaa
1 parent 775d8ea commit 93b02c2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

build.gradle.kts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
plugins {
22
alias(libs.plugins.kotlin.serialization) apply false
3-
dev.adamko.`dokkatoo-html`
3+
org.jetbrains.dokka
44
}
55

66
dependencies {
7-
dokkatoo("io.github.edricchan03.koogle-api:generator")
8-
dokkatoo(projects.koogleApiCommon)
9-
10-
// TODO: Remove when https://github.com/adamko-dev/dokkatoo/issues/14 is fixed
11-
dokkatooPluginHtml(
12-
dokkatoo.versions.jetbrainsDokka.map { dokkaVersion ->
13-
"org.jetbrains.dokka:all-modules-page-plugin:$dokkaVersion"
14-
}
15-
)
7+
dokka("io.github.edricchan03.koogle-api:generator")
8+
dokka(projects.koogleApiCommon)
169
}

0 commit comments

Comments
 (0)