Bump Kotlin version to the latest (#95383)

This commit is contained in:
Emmanuel Garcia 2021-12-16 09:19:13 -08:00 committed by GitHub
parent eb1a851f58
commit 1bfb7400c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ import 'android_sdk.dart';
// https://kotlinlang.org/docs/gradle.html#plugin-and-versions
const String templateDefaultGradleVersion = '6.7';
const String templateAndroidGradlePluginVersion = '4.1.0';
const String templateKotlinGradlePluginVersion = '1.4.32';
const String templateKotlinGradlePluginVersion = '1.6.10';
final RegExp _androidPluginRegExp = RegExp(r'com\.android\.tools\.build:gradle:(\d+\.\d+\.\d+)');