Removed butterknife from core module

This commit is contained in:
MohitMaliFtechiz 2023-11-23 18:57:52 +05:30 committed by Kelson
parent 8c522daa07
commit d2f33f8270

View File

@ -9,7 +9,6 @@ buildscript {
dependencies { dependencies {
classpath(Libs.objectbox_gradle_plugin) classpath(Libs.objectbox_gradle_plugin)
classpath(Libs.butterknife_gradle_plugin)
} }
} }
plugins { plugins {
@ -17,7 +16,6 @@ plugins {
} }
plugins.apply(KiwixConfigurationPlugin::class) plugins.apply(KiwixConfigurationPlugin::class)
apply(plugin = "io.objectbox") apply(plugin = "io.objectbox")
apply(plugin = "com.jakewharton.butterknife")
android { android {
defaultConfig { defaultConfig {