Add a comment for simplification

pull/1913/head
Aurimas Liutikas 2 months ago
parent 149a345595
commit abac757e9f

@ -60,6 +60,7 @@ val backendUrl = providers.fileContents(
if (properties.containsKey("BACKEND_URL"))
(properties["BACKEND_URL"] as String)
else "http://example.com"
// Move to returning `properties["BACKEND_URL"] as String?` after upgrading to Gradle 9.0.0
}.orElse("http://example.com")
androidComponents {

Loading…
Cancel
Save