apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'Gone with the Blastwave' pkgNameSuffix = 'en.gwtb' extClass = '.GWTB' extVersionCode = 1 } apply from: "$rootDir/common.gradle"