3 lines
133 B
Groovy
3 lines
133 B
Groovy
include ':app'
|
|
include ':commons'
|
|
project(":commons").projectDir = new File("/Users/cyberman/StudioProjects/Simple-Commons/commons")
|