apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'Genkan (multiple sources)' pkgNameSuffix = 'all.genkan' extClass = '.GenkanFactory' extVersionCode = 22 libVersion = '1.2' } apply from: "$rootDir/common.gradle"