From 0b66e9da51875db82c69b12e94cc79251bcd0ed4 Mon Sep 17 00:00:00 2001 From: Gino Miceli Date: Fri, 12 Jan 2024 19:49:53 -0500 Subject: [PATCH] Add comment --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9331db6e13..29964ea68d 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { ext { - // Note: As of Gradle 8.5, Kotlin plugin only tested up to 1.9.20. + // As of Gradle 8.5, Kotlin plugin only tested up to 1.9.20. kotlinVersion = "1.9.20" hiltVersion = "2.50" navigationVersion = "2.5.3"