Codebase list android-platform-frameworks-data-binding / 5f233ca9-0787-4b7d-be12-f9a71de49ea4/main settings.gradle
5f233ca9-0787-4b7d-be12-f9a71de49ea4/main

Tree @5f233ca9-0787-4b7d-be12-f9a71de49ea4/main (Download .tar.gz)

settings.gradle @5f233ca9-0787-4b7d-be12-f9a71de49ea4/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")