From abac757e9f294e2139cdf6b69dabbb547075b2dc Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Mon, 28 Jul 2025 16:58:31 -0700 Subject: [PATCH] Add a comment for simplification --- core/network/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/network/build.gradle.kts b/core/network/build.gradle.kts index 8fac106a9..bf4dd9153 100644 --- a/core/network/build.gradle.kts +++ b/core/network/build.gradle.kts @@ -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 {