Skip to content

Commit

Permalink
Fix building javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ansman committed May 7, 2023
1 parent 4d61dd5 commit 0f8cdc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ dependencies {

tasks.dokkaHtmlMultiModule {
enabled = false
}

tasks.dokkaJavadoc {
dependsOn("kaptReleaseKotlin")
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import com.android.build.gradle.LibraryExtension
import org.gradle.accessors.dm.LibrariesForLibs
import org.gradle.api.internal.tasks.userinput.UserInputHandler
Expand Down

0 comments on commit 0f8cdc0

Please sign in to comment.