From 13f78f41b8e2cd16d3c0724cd1ed88142210580b Mon Sep 17 00:00:00 2001 From: jesswrd Date: Mon, 20 Oct 2025 10:30:55 -0700 Subject: [PATCH] see if breaks ci --- script/tool/lib/src/gradle_check_command.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tool/lib/src/gradle_check_command.dart b/script/tool/lib/src/gradle_check_command.dart index 70648b367e0..f1b7fe2119e 100644 --- a/script/tool/lib/src/gradle_check_command.dart +++ b/script/tool/lib/src/gradle_check_command.dart @@ -17,7 +17,7 @@ import 'common/repository_package.dart'; /// The lowest `ext.kotlin_version` that example apps are allowed to use. @visibleForTesting -final Version minKotlinVersion = Version(1, 7, 10); +final Version minKotlinVersion = Version(2, 1, 0); /// A command to enforce gradle file conventions and best practices. class GradleCheckCommand extends PackageLoopingCommand {