Initial commit

This commit is contained in:
Melih Aksoy
2019-07-01 15:56:55 +02:00
commit 6029facf73
143 changed files with 6891 additions and 0 deletions

10
scripts/dokka.gradle Normal file
View 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
}