Codebase list android-platform-frameworks-data-binding / run/fcdf5273-8463-49ef-8c4e-bb99ced214aa/main settings.gradle
run/fcdf5273-8463-49ef-8c4e-bb99ced214aa/main

Tree @run/fcdf5273-8463-49ef-8c4e-bb99ced214aa/main (Download .tar.gz)

settings.gradle @run/fcdf5273-8463-49ef-8c4e-bb99ced214aa/mainraw · history · blame

1
2
3
4
5
6
7
8
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")