1apply plugin: 'java' 2 3sourceSets { 4 main { 5 java.srcDirs = ['java'] 6 } 7} 8 9dependencies { 10 compile getAndroidPrebuilt('9') 11} 12