From 86552d427c15cae56a889d42d7845c389a8f1cea Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 7 Dec 2020 14:24:41 +0600 Subject: [PATCH] update module name in dokka --- dokka.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dokka.gradle b/dokka.gradle index ff983c8..928746a 100644 --- a/dokka.gradle +++ b/dokka.gradle @@ -14,6 +14,8 @@ dokkaHtml { outputDirectory = outputDirectoryFile } + moduleName.set("kdocs") + dokkaSourceSets { configureEach { skipDeprecated.set(true)