Codebase list android-platform-frameworks-data-binding / 8d7b5871-183e-4ef6-9bf0-ab3b7d496981/main settings.gradle
8d7b5871-183e-4ef6-9bf0-ab3b7d496981/main

Tree @8d7b5871-183e-4ef6-9bf0-ab3b7d496981/main (Download .tar.gz)

settings.gradle @8d7b5871-183e-4ef6-9bf0-ab3b7d496981/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")