apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'Webtoons' pkgNameSuffix = 'all.webtoons' extClass = '.WebtoonsFactory' extVersionCode = 22 libVersion = '1.2' } apply from: "$rootDir/common.gradle"