Closed
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
Some more places where
build.gradle
is hardcoded:Helpfully pointed out in.
#121541 (comment)