From 08ff531ca397458e2bf7c1039422231246a651f5 Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Thu, 24 Aug 2023 03:03:47 +0200 Subject: Add Gradle to Dokka users (#3119) --- README.md | 1 + 1 file changed, 1 insertion(+) 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). -- cgit