-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Flutter tools currently check build.gradle file only.
Flutter should support both build.gradle and build.gradle.kts in flutter tools.
flutter/packages/flutter_tools/lib/src/project.dart
Lines 654 to 656 in ede594f
| bool get isUsingGradle { | |
| return hostAppGradleRoot.childFile('build.gradle').existsSync(); | |
| } |
Some more places where
build.gradle is hardcoded:| .childFile('build.gradle'); |
| final File gradleFile = hostAppGradleRoot.childFile('build.gradle'); |
Helpfully pointed out in.
#121541 (comment)
asaarnak, hpoul, bartekpacia, iapicca, cedvdb and 1 more
Metadata
Metadata
Assignees
Labels
platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.