Skip to content

Commit 07184a8

Browse files
committed
Also include blank fields
1 parent 63c95a6 commit 07184a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/supabase-todolist/shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ buildkonfig {
114114
val propValue = localProperties.getProperty(name, "")
115115
if (propValue.isBlank()) {
116116
println("Warning: Property $name not found in local.properties")
117-
} else {
118-
buildConfigField(STRING, name, propValue)
119117
}
118+
119+
buildConfigField(STRING, name, propValue)
120120
}
121121

122122
stringConfigField("POWERSYNC_URL")

0 commit comments

Comments
 (0)