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 4c06a11 commit 5a8cfadCopy full SHA for 5a8cfad
buildSrc/src/main/java/com/google/firebase/gradle/plugins/BaseFirebaseLibraryPlugin.kt
@@ -49,12 +49,7 @@ import org.w3c.dom.Element
49
* @see [FirebaseLibraryExtension]
50
*/
51
abstract class BaseFirebaseLibraryPlugin : Plugin<Project> {
52
-
53
- /**
54
- * Using [projects][project]
55
- *
56
- * @param project does stuff
57
- */
+
58
protected fun setupDefaults(project: Project, library: FirebaseLibraryExtension) {
59
library.previewMode.set("")
60
with(library) {
0 commit comments