ext { applicationId = 'com.stardust.autojs.inrt' namespace = applicationId } apply { from rootProject.file('config.gradle') } dependencies { // Indirect: automator, common implementation project(':autojs') }