ext { extName = 'GlobalComix' extClass = '.GlobalComixFactory' extVersionCode = 1 isNsfw = true } apply from: "$rootDir/common.gradle" dependencies { implementation(project(":lib:i18n")) }