-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
flutter run gives an error related to referencing ktlint.gradle.
* Where:
Build file '/Users/praveen/development/flutter/.pub-cache/hosted/pub.dartlang.org/mapbox_maps_flutter-0.3.0/android/build.gradle' line: 57
* What went wrong:
A problem occurred evaluating project ':mapbox_maps_flutter'.
> Could not read script '/Users/praveen/***/android/gradle/ktlint.gradle' as it does not exist.
Upon checking the library, it's referencing these two files on the root directory.
project.apply {
from("$rootDir/gradle/ktlint.gradle")
from("$rootDir/gradle/lint.gradle")
}
The end user need not have these files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels