From 62d83a65192045c862b6514a5b8af703c06000d2 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 18 Mar 2020 14:04:36 +0000 Subject: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6fe7011..6597e9d0 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ tasks { } } ``` +You may need to add an `import org.jetbrains.dokka.gradle.DokkaTask` to the top of `build.gradle.kts` in this case. [Output formats](#output_formats) -- cgit