apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlinx-serialization' ext { extName = 'HentaiHere' pkgNameSuffix = 'en.hentaihere' extClass = '.HentaiHere' extVersionCode = 1 isNsfw = true } apply from: "$rootDir/common.gradle"