Skip to content

Commit

Permalink
Module docs WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 3, 2018
1 parent 7457d68 commit d8c5681
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def kotlinAndroidArtifactTasks() {

outputFormat = 'html'
outputDirectory = "$buildDir/docs/kdoc"
includes = ['Module.md']
classpath = new ArrayList<File>(project.tasks['assemble'].outputs.files.files)
sourceDirs = android.sourceSets.main.java.srcDirs
}
Expand Down Expand Up @@ -81,6 +82,7 @@ def kotlinArtifactTasks() {

outputFormat = 'html'
outputDirectory = "$buildDir/docs/kdoc"
includes = ['Module.md']
sourceDirs = sourceSets.main.allSource
}

Expand Down
7 changes: 7 additions & 0 deletions lifecycle/autodispose-lifecycle-ktx/Module.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Module autodispose-lifecycle-ktx

Kotlin extensions for AutoDispose.

# Package com.uber.autodispose.ktx

Kotlin extensions for AutoDispose.

0 comments on commit d8c5681

Please sign in to comment.