Remove deprecated kotlin-android-extension plugin

This commit is contained in:
tzugen 2021-04-19 12:21:02 +02:00
parent 9cb2ed3356
commit d0ad8cef7d
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'jacoco'
apply from: "${project.rootDir}/gradle_scripts/code_quality.gradle"
androidExtensions {
experimental = true
}
android {
compileSdkVersion versions.compileSdk