Complete migration off of Kotlin synthetics

This commit is contained in:
arkon
2020-12-13 18:01:51 -05:00
parent 2cb3984d68
commit 69be3e1e87
4 changed files with 16 additions and 25 deletions
+1 -5
View File
@@ -5,8 +5,8 @@ import java.text.SimpleDateFormat
apply plugin: 'com.android.application'
apply plugin: 'com.mikepenz.aboutlibraries.plugin'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlinx-serialization'
apply plugin: 'com.github.zellius.shortcut-helper'
@@ -123,10 +123,6 @@ android {
}
}
androidExtensions {
experimental = true
}
dependencies {
// Source models and interfaces from Tachiyomi 1.x