File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/flutter_tools/gradle/src/main/kotlin/plugins Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
package com.flutter.gradle.plugins
6
6
7
- import androidx.annotation.VisibleForTesting
8
7
import com.android.builder.model.BuildType
9
8
import com.flutter.gradle.FlutterExtension
10
9
import com.flutter.gradle.FlutterPluginUtils
@@ -103,13 +102,6 @@ class PluginHandler(
103
102
*/
104
103
private const val WEBSITE_DEPLOYMENT_ANDROID_BUILD_CONFIG = " https://flutter.dev/to/review-gradle-config"
105
104
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
-
113
105
/* *
114
106
* Performs configuration related to the plugin's Gradle [Project], including
115
107
* 1. Adding the plugin itself as a dependency to the main project.
You can’t perform that action at this time.
0 commit comments