mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
8 lines
213 B
Groovy
8 lines
213 B
Groovy
rootProject.name = "Flutter View Integration"
|
|
include ':app'
|
|
setBinding(new Binding([gradle: this]))
|
|
evaluate(new File(
|
|
settingsDir.parentFile,
|
|
'flutter_module_using_plugin/.android/include_flutter.groovy'
|
|
))
|