From ff96cf70a2501d90cd4982140ec2cc45cca8a924 Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 24 Apr 2020 22:44:18 +0100 Subject: [PATCH] Rename dokka output directory to kdoc Signed-off-by: Graham --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2e30d4d3..eb0cfac2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -211,7 +211,7 @@ fun commitHash(): String { } tasks.dokka { - outputDirectory = "${project.buildDir}/dokka" + outputDirectory = "${project.buildDir}/kdoc" outputFormat = "html" subProjects = subprojects.filter { it.free && it.name != "deob-annotations" }.map { it.name }