Skip to content

Commit c6e43ad

Browse files
committed
Fix projectSpecificSources bug link
go/todont
1 parent 65d4fa3 commit c6e43ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ abstract class DackkaPlugin : Plugin<Project> {
9797
}
9898
}
9999

100-
// Remove when fixed: b/243534168
100+
// TODO(b/243534168): Remove when fixed
101101
private fun projectSpecificSources(project: Project) =
102102
when (project.name) {
103103
"firebase-common" -> {

0 commit comments

Comments
 (0)