Skip to content

Commit d4d4d88

Browse files
committed
Path for documentation changed to out/libs.
1 parent 1329417 commit d4d4d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ project.afterEvaluate {
125125

126126
dokka {
127127
outputFormat = 'html'
128-
outputDirectory = "$buildDir/documentation"
128+
outputDirectory = "$buildDir/libs/docs"
129129
}
130130

131131
project.tasks["jar"].dependsOn(project.tasks["dokka"])

0 commit comments

Comments
 (0)