Skip to content

Commit c248b5a

Browse files
daymxndanasilver
authored andcommitted
Added stub support to dackka (#4061)
1 parent 89f8066 commit c248b5a

File tree

1 file changed

+4
-0
lines changed
  • buildSrc/src/main/java/com/google/firebase/gradle/plugins

1 file changed

+4
-0
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/Metalava.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ val Project.metalavaConfig: Configuration
4545
val Project.docStubs: File?
4646
get() = project.file("${buildDir.path}/doc-stubs")
4747

48+
val Project.docStubs: File?
49+
get() =
50+
project.file("${buildDir.path}/doc-stubs")
51+
4852
fun Project.runMetalavaWithArgs(
4953
arguments: List<String>,
5054
ignoreFailure: Boolean = false,

0 commit comments

Comments
 (0)