We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
settings.ext.flutterSdkPath
1 parent 3944a67 commit 2442603Copy full SHA for 2442603
packages/flutter_tools/templates/app_shared/android.tmpl/settings.gradle.tmpl
@@ -5,10 +5,9 @@ pluginManagement {
5
def flutterSdkPath = properties.getProperty("flutter.sdk")
6
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
7
return flutterSdkPath
8
- }
9
- settings.ext.flutterSdkPath = flutterSdkPath()
+ }()
10
11
- includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")
+ includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
12
13
repositories {
14
google()
0 commit comments