Commit 540000d2 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Fixed butter knife not building with kotlin

parent 888c656a
...@@ -62,5 +62,5 @@ dependencies { ...@@ -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}"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment