mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Multiple flutters sample android (#677)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
))
|
||||
Reference in New Issue
Block a user