Document activities and fragments.

This commit is contained in:
2020-05-13 16:47:16 -07:00
parent b48317c0c0
commit 9ab9377201
6 changed files with 256 additions and 38 deletions

View File

@@ -37,6 +37,10 @@ android {
dokka {
outputFormat = 'html'
outputDirectory = "$buildDir/dokka"
configuration {
includeNonPublic = true
}
}
repositories {