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