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 c6e43ad commit 706e275Copy full SHA for 706e275
buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaPlugin.kt
@@ -106,7 +106,7 @@ abstract class DackkaPlugin : Plugin<Project> {
106
else -> emptyList()
107
}
108
109
- // Remove when fixed: b/243534168
+ // TODO(b/243534168): Remove when fixed
110
private fun projectSpecificSuppressedFiles(project: Project): List<File> =
111
when (project.name) {
112
"firebase-common" -> {
0 commit comments