apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'DoujinDesu' pkgNameSuffix = 'id.doujindesu' extClass = '.DoujinDesu' extVersionCode = 2 isNsfw = true } apply from: "$rootDir/common.gradle"