diff options
author | Adam <897017+aSemy@users.noreply.github.com> | 2023-08-24 03:03:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 03:03:47 +0200 |
commit | 08ff531ca397458e2bf7c1039422231246a651f5 (patch) | |
tree | 716659708ac619220d9a8ae7021e82a9e83c30c8 | |
parent | 8f7cbfb108089196fc3746c00dc96728f2aeee57 (diff) | |
download | dokka-08ff531ca397458e2bf7c1039422231246a651f5.tar.gz dokka-08ff531ca397458e2bf7c1039422231246a651f5.tar.bz2 dokka-08ff531ca397458e2bf7c1039422231246a651f5.zip |
Add Gradle to Dokka users (#3119)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |