1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 08:13:47 +00:00

update folder of dokka

This commit is contained in:
InsanusMokrassar 2020-05-11 23:24:26 +06:00
parent ec6cf0f029
commit bee9d82372

View File

@ -63,9 +63,13 @@ private Closure includeSourcesInDokka(String... approximateNames) {
} }
} }
String dokkaFolder = "$projectDir/dokka"
dokka { dokka {
(new File(dokkaFolder)).deleteDir()
outputFormat = 'html' outputFormat = 'html'
outputDirectory = "$buildDir/dokka" outputDirectory = dokkaFolder
multiplatform { multiplatform {
global { global {