File tree 3 files changed +8
-8
lines changed
test/general.shard/android
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ final GradleHandledError incompatibleKotlinVersionHandler = GradleHandledError(
552
552
.childFile ('build.gradle' );
553
553
globals.printBox (
554
554
'${globals .logger .terminal .warningMark } Your project requires a newer version of the Kotlin Gradle plugin.\n '
555
- 'Find the latest version on https://kotlinlang.org/docs/gradle .html#plugin-and-versions , then update ${gradleFile .path }:\n '
555
+ 'Find the latest version on https://kotlinlang.org/docs/releases .html#release-details , then update ${gradleFile .path }:\n '
556
556
"ext.kotlin_version = '<latest-version>'" ,
557
557
title: _boxTitle,
558
558
);
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import 'android_sdk.dart';
26
26
//
27
27
// For more information about the latest version, check:
28
28
// https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
29
- // https://kotlinlang.org/docs/gradle .html#plugin-and-versions
29
+ // https://kotlinlang.org/docs/releases .html#release-details
30
30
const String templateDefaultGradleVersion = '7.5' ;
31
31
const String templateAndroidGradlePluginVersion = '7.2.0' ;
32
32
const String templateDefaultGradleVersionForModule = '7.2.0' ;
Original file line number Diff line number Diff line change @@ -931,12 +931,12 @@ Execution failed for task ':app:generateDebugFeatureTransitiveDeps'.
931
931
testLogger.statusText,
932
932
contains (
933
933
'\n '
934
- '┌─ Flutter Fix ──────────────────────────────────────────────────────────────────────────────── ┐\n '
935
- '│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │\n '
936
- '│ Find the latest version on https://kotlinlang.org/docs/gradle .html#plugin-and-versions , then │\n '
937
- '│ update /android/build.gradle: │\n '
938
- "│ ext.kotlin_version = '<latest-version>' │\n "
939
- '└────────────────────────────────────────────────────────────────────────────────────────────── ┘\n '
934
+ '┌─ Flutter Fix ──────────────────────────────────────────────────────────────────────────────┐\n '
935
+ '│ [!] Your project requires a newer version of the Kotlin Gradle plugin. │\n '
936
+ '│ Find the latest version on https://kotlinlang.org/docs/releases .html#release-details , then │\n '
937
+ '│ update /android/build.gradle: │\n '
938
+ "│ ext.kotlin_version = '<latest-version>' │\n "
939
+ '└────────────────────────────────────────────────────────────────────────────────────────────┘\n '
940
940
)
941
941
);
942
942
}, overrides: < Type , Generator > {
You can’t perform that action at this time.
0 commit comments