You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
448 B
9 lines
448 B
include ':dataBinding:baseLibrary' |
|
project(':dataBinding:baseLibrary').projectDir = new File("baseLibrary") |
|
include ':dataBinding:compiler' |
|
project(':dataBinding:compiler').projectDir = new File("compiler") |
|
include ':dataBinding:compilationTests' |
|
project(':dataBinding:compilationTests').projectDir = new File("compilationTests") |
|
include ':dataBinding:compilerCommon' |
|
project(':dataBinding:compilerCommon').projectDir = new File("compilerCommon") |
|
|
|
|