We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ebaa53 commit 8e92f83Copy full SHA for 8e92f83
settings.gradle
@@ -1,7 +1,10 @@
1
include ':common'
2
-include ':app', ':simplebehavior',':flutter_module'
+include ':app', ':simplebehavior'
3
setBinding(new Binding([gradle: this]))
4
evaluate(new File(
5
settingsDir.absolutePath,
6
'flutter_module/.android/include_flutter.groovy'
7
))
8
+//AS在Project目录下,方便查看以及编写flutter_module工程下的代码
9
+include ':flutter_module'
10
+project(":flutter_module").projectDir = new File("./flutter_module")
0 commit comments