File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
test/general.shard/android Expand file tree Collapse file tree 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(
552552 .childFile ('build.gradle' );
553553 globals.printBox (
554554 '${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 '
556556 "ext.kotlin_version = '<latest-version>'" ,
557557 title: _boxTitle,
558558 );
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import 'android_sdk.dart';
2626//
2727// For more information about the latest version, check:
2828// 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
3030const String templateDefaultGradleVersion = '7.5' ;
3131const String templateAndroidGradlePluginVersion = '7.2.0' ;
3232const 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'.
931931 testLogger.statusText,
932932 contains (
933933 '\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 '
940940 )
941941 );
942942 }, overrides: < Type , Generator > {
You can’t perform that action at this time.
0 commit comments