mirror of
https://github.com/melihaksoy/Android-Kotlin-Modulerized-CleanArchitecture.git
synced 2026-03-23 18:01:25 +01:00
Initial commit
This commit is contained in:
10
scripts/dokka.gradle
Normal file
10
scripts/dokka.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'org.jetbrains.dokka-android'
|
||||
|
||||
dokka {
|
||||
outputFormat = "html"
|
||||
outputDirectory = "$rootProject.projectDir/reports/javadoc"
|
||||
jdkVersion = 8
|
||||
|
||||
reportUndocumented = true
|
||||
skipEmptyPackages = true
|
||||
}
|
||||
Reference in New Issue
Block a user