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 89f8066 commit c248b5aCopy full SHA for c248b5a
buildSrc/src/main/java/com/google/firebase/gradle/plugins/Metalava.kt
@@ -45,6 +45,10 @@ val Project.metalavaConfig: Configuration
45
val Project.docStubs: File?
46
get() = project.file("${buildDir.path}/doc-stubs")
47
48
+val Project.docStubs: File?
49
+ get() =
50
+ project.file("${buildDir.path}/doc-stubs")
51
+
52
fun Project.runMetalavaWithArgs(
53
arguments: List<String>,
54
ignoreFailure: Boolean = false,
0 commit comments