apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlinx-serialization' ext { extName = 'Tapas' pkgNameSuffix = 'en.tapastic' extClass = '.Tapastic' extVersionCode = 19 isNsfw = true } apply from: "$rootDir/common.gradle" dependencies { implementation(project(':lib-textinterceptor')) }