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 {