Skip to content

Commit

Permalink
adding minimum requirement note. Can delete this once 3.27 ships to s…
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
craiglabenz committed Oct 31, 2024
1 parent 795d6a5 commit c04a421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/add-to-app/android/project-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@ val filePath = settingsDir.parentFile.toString() + "/flutter_module/.android/inc
apply(from = File(filePath))
```
:::note
The ability to invoke `include_flutter.groovy` from Kotlin code requires Flutter 3.27.
To determine your current Flutter version, run `flutter --version`. If it is not
at least version 3.27, consider changing to either the `master` or `beta` channels.
:::
If you are using Groovy, apply the following changes:
```groovy title="MyApp/settings.gradle"
Expand Down

0 comments on commit c04a421

Please sign in to comment.