Skip to content

Commit

Permalink
Replaced deprecated kotlin-android-extensions with ``kotlin-parce…
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Aug 26, 2021
1 parent 1faf1b2 commit dbd9029
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlin-kapt'
apply plugin: 'checkstyle'

Expand Down Expand Up @@ -84,11 +84,6 @@ android {
jvmTarget = JavaVersion.VERSION_1_8
}

// Required and used only by groupie
androidExtensions {
experimental = true
}

sourceSets {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
}
Expand Down

0 comments on commit dbd9029

Please sign in to comment.