Skip to content

Commit 8e92f83

Browse files
committed
settings
添加flutter_module配置
1 parent 0ebaa53 commit 8e92f83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

settings.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
include ':common'
2-
include ':app', ':simplebehavior',':flutter_module'
2+
include ':app', ':simplebehavior'
33
setBinding(new Binding([gradle: this]))
44
evaluate(new File(
55
settingsDir.absolutePath,
66
'flutter_module/.android/include_flutter.groovy'
77
))
8+
//AS在Project目录下,方便查看以及编写flutter_module工程下的代码
9+
include ':flutter_module'
10+
project(":flutter_module").projectDir = new File("./flutter_module")

0 commit comments

Comments
 (0)