File tree Expand file tree Collapse file tree
packages/flutter_tools/gradle/src/main/kotlin/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55package com.flutter.gradle.plugins
66
7- import androidx.annotation.VisibleForTesting
87import com.android.builder.model.BuildType
98import com.flutter.gradle.FlutterExtension
109import 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.
You can’t perform that action at this time.
0 commit comments