Skip to content

Commit 3a17171

Browse files
committed
added logging
1 parent 2aa9f0d commit 3a17171

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-auth/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ kotlin {
8383
val supportIosTarget = project.property("skipIosTarget") != "true"
8484
val runIosTests = project.property("firebase-auth.skipIosTests") != "true"
8585

86+
println("supportIosTarget: $supportIosTarget runIosTests $runIosTests")
8687
if (supportIosTarget) {
8788

8889
fun nativeTargetConfig(): KotlinNativeTarget.() -> Unit = {

0 commit comments

Comments
 (0)