mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-16 09:49:29 +00:00
Fixed butter knife not building with kotlin
This commit is contained in:

committed by
John Wu

parent
888c656aa8
commit
540000d26e
@@ -62,5 +62,5 @@ dependencies {
|
|||||||
|
|
||||||
def butterKnifeVersion = '10.1.0'
|
def butterKnifeVersion = '10.1.0'
|
||||||
implementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
|
implementation "com.jakewharton:butterknife-runtime:${butterKnifeVersion}"
|
||||||
annotationProcessor "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
|
kapt "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user