mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
11 lines
302 B
Groovy
11 lines
302 B
Groovy
include ':app'
|
|
setBinding(new Binding([gradle: this]))
|
|
evaluate(new File(
|
|
settingsDir,
|
|
'../flutter_module_books/.android/include_flutter.groovy'
|
|
))
|
|
rootProject.name = "Android Books"
|
|
|
|
include ':flutter_module_books'
|
|
project(':flutter_module_books').projectDir = new File('../flutter_module_books')
|