I am using butterknife 8.0.1, but a nullpointerexception is appearing.
butterknife 8.0.1
nullpointerexception
This line is on my build.grade file: compile \'com.ja
compile \'com.ja
If you use kotlin:
make sure to use this dependency in module app:
dependencies { implementation 'com.jakewharton:butterknife:10.0.0' kapt 'com.jakewharton:butterknife-compiler:10.0.0' }