aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <897017+aSemy@users.noreply.github.com>2023-08-24 03:03:47 +0200
committerGitHub <noreply@github.com>2023-08-24 03:03:47 +0200
commit08ff531ca397458e2bf7c1039422231246a651f5 (patch)
tree716659708ac619220d9a8ae7021e82a9e83c30c8
parent8f7cbfb108089196fc3746c00dc96728f2aeee57 (diff)
downloaddokka-08ff531ca397458e2bf7c1039422231246a651f5.tar.gz
dokka-08ff531ca397458e2bf7c1039422231246a651f5.tar.bz2
dokka-08ff531ca397458e2bf7c1039422231246a651f5.zip
Add Gradle to Dokka users (#3119)
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a439f65..92f911b4 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Some libraries that use Dokka for their API reference documentation:
* [Hexagon](https://hexagonkt.com/api/index.html)
* [Ktor](https://api.ktor.io/)
* [OkHttp](https://square.github.io/okhttp/4.x/okhttp/okhttp3/) (Markdown)
+* [Gradle](https://docs.gradle.org/current/kotlin-dsl/index.html)
You can run Dokka using [Gradle](https://kotlinlang.org/docs/dokka-gradle.html),
[Maven](https://kotlinlang.org/docs/dokka-maven.html) or from the [command line](https://kotlinlang.org/docs/dokka-cli.html).