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 2aa9f0d commit 3a17171Copy full SHA for 3a17171
firebase-auth/build.gradle.kts
@@ -83,6 +83,7 @@ kotlin {
83
val supportIosTarget = project.property("skipIosTarget") != "true"
84
val runIosTests = project.property("firebase-auth.skipIosTests") != "true"
85
86
+ println("supportIosTarget: $supportIosTarget runIosTests $runIosTests")
87
if (supportIosTarget) {
88
89
fun nativeTargetConfig(): KotlinNativeTarget.() -> Unit = {
0 commit comments