mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
7 lines
396 B
Groovy
7 lines
396 B
Groovy
include ':app'
|
|
rootProject.name = "Multiple Flutters"
|
|
setBinding(new Binding([gradle: this])) // new
|
|
evaluate(new File( // new
|
|
settingsDir.parentFile, // new
|
|
'./multiple_flutters_module/.android/include_flutter.groovy' // new
|
|
)) |