We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775d8ea commit 93b02c2Copy full SHA for 93b02c2
build.gradle.kts
@@ -1,16 +1,9 @@
1
plugins {
2
alias(libs.plugins.kotlin.serialization) apply false
3
- dev.adamko.`dokkatoo-html`
+ org.jetbrains.dokka
4
}
5
6
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
- )
+ dokka("io.github.edricchan03.koogle-api:generator")
+ dokka(projects.koogleApiCommon)
16
0 commit comments