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 63c95a6 commit 07184a8Copy full SHA for 07184a8
demos/supabase-todolist/shared/build.gradle.kts
@@ -114,9 +114,9 @@ buildkonfig {
114
val propValue = localProperties.getProperty(name, "")
115
if (propValue.isBlank()) {
116
println("Warning: Property $name not found in local.properties")
117
- } else {
118
- buildConfigField(STRING, name, propValue)
119
}
+
+ buildConfigField(STRING, name, propValue)
120
121
122
stringConfigField("POWERSYNC_URL")
0 commit comments