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 90885cb commit eadb85dCopy full SHA for eadb85d
firebase-functions/firebase-functions.gradle.kts
@@ -56,8 +56,10 @@ android {
56
lint { targetSdk = targetSdkVersion }
57
}
58
59
-kotlin { compilerOptions { jvmTarget = JvmTarget.JVM_1_8 } explicitApi()}
60
-
+kotlin {
+ compilerOptions { jvmTarget = JvmTarget.JVM_1_8 }
61
+ explicitApi()
62
+}
63
64
dependencies {
65
javadocClasspath("org.codehaus.mojo:animal-sniffer-annotations:1.21")
0 commit comments