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 a36feff commit c6319d2Copy full SHA for c6319d2
buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaPlugin.kt
@@ -216,7 +216,7 @@ abstract class DackkaPlugin : Plugin<Project> {
216
) =
217
project.tasks.register<FiresiteTransformTask>("firesiteTransform") {
218
val outputDir by tempFile("dackkaTransformedFiles")
219
-
+
220
dackkaFiles.set(dackkaOutputDirectory)
221
outputDirectory.set(outputDir)
222
}
0 commit comments