Skip to content

Commit abac757

Browse files
committed
Add a comment for simplification
1 parent 149a345 commit abac757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/network/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ val backendUrl = providers.fileContents(
6060
if (properties.containsKey("BACKEND_URL"))
6161
(properties["BACKEND_URL"] as String)
6262
else "http://example.com"
63+
// Move to returning `properties["BACKEND_URL"] as String?` after upgrading to Gradle 9.0.0
6364
}.orElse("http://example.com")
6465

6566
androidComponents {

0 commit comments

Comments
 (0)