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 149a345 commit abac757Copy full SHA for abac757
core/network/build.gradle.kts
@@ -60,6 +60,7 @@ val backendUrl = providers.fileContents(
60
if (properties.containsKey("BACKEND_URL"))
61
(properties["BACKEND_URL"] as String)
62
else "http://example.com"
63
+ // Move to returning `properties["BACKEND_URL"] as String?` after upgrading to Gradle 9.0.0
64
}.orElse("http://example.com")
65
66
androidComponents {
0 commit comments