removing no longer needed butterknife dependency
This commit is contained in:
parent
33ca5753f1
commit
d2fbe26182
|
@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
|
||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
apply plugin: 'kotlin-parcelize'
|
apply plugin: 'kotlin-parcelize'
|
||||||
apply plugin: 'kotlin-kapt'
|
apply plugin: 'kotlin-kapt'
|
||||||
apply plugin: 'com.jakewharton.butterknife'
|
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -15,9 +14,6 @@ buildscript {
|
||||||
url 'https://repo1.maven.org/maven2'
|
url 'https://repo1.maven.org/maven2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
|
||||||
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
Loading…
Reference in New Issue