We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dae0c commit 38ec799Copy full SHA for 38ec799
plugins/src/main/java/com/google/firebase/gradle/plugins/DackkaPlugin.kt
@@ -124,7 +124,9 @@ abstract class DackkaPlugin : Plugin<Project> {
124
project.afterEvaluate {
125
if (weShouldPublish(this)) {
126
val kdocOnly = publishKotlindocOnly(this)
127
- val generateDocumentation = registerGenerateDackkaDocumentationTask(project, kdocOnly)
+ val generateDocumentation = registerGenerateDackkaDocumentationTask(
128
+ project, kdocOnly
129
+ )
130
131
val outputDir = generateDocumentation.flatMap { it.outputDirectory }
132
0 commit comments