Skip to content

Commit b136021

Browse files
authored
Remove stray (unused) legacyFlutterPluginsWarning. (flutter#169895)
Towards flutter#169894.
1 parent 694600a commit b136021

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/flutter_tools/gradle/src/main/kotlin/plugins/PluginHandler.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
package com.flutter.gradle.plugins
66

7-
import androidx.annotation.VisibleForTesting
87
import com.android.builder.model.BuildType
98
import com.flutter.gradle.FlutterExtension
109
import com.flutter.gradle.FlutterPluginUtils
@@ -103,13 +102,6 @@ class PluginHandler(
103102
*/
104103
private const val WEBSITE_DEPLOYMENT_ANDROID_BUILD_CONFIG = "https://flutter.dev/to/review-gradle-config"
105104

106-
@VisibleForTesting internal val legacyFlutterPluginsWarning =
107-
"""
108-
Warning: This project is still reading the deprecated '.flutter-plugins. file.
109-
In an upcoming stable release support for this file will be completely removed and your build will fail.
110-
See https:/flutter.dev/to/flutter-plugins-configuration.
111-
""".trimIndent()
112-
113105
/**
114106
* Performs configuration related to the plugin's Gradle [Project], including
115107
* 1. Adding the plugin itself as a dependency to the main project.

0 commit comments

Comments
 (0)