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 4295aca commit 340a7abCopy full SHA for 340a7ab
buildSrc/src/main/java/com/google/firebase/gradle/plugins/FirebaseJavaLibraryPlugin.kt
@@ -30,6 +30,7 @@ class FirebaseJavaLibraryPlugin : BaseFirebaseLibraryPlugin() {
30
override fun apply(project: Project) {
31
project.apply<JavaLibraryPlugin>()
32
project.apply<GoogleJavaFormatPlugin>()
33
+ project.apply<DackkaPlugin>()
34
project.extensions.getByType<GoogleJavaFormatExtension>().toolVersion = "1.10.0"
35
36
setupFirebaseLibraryExtension(project)
0 commit comments