I'm using android studio 3.5. I have a problem in using butterknife.
When I try to write @BindView(...)
android studio does not autocomplete my code.
When I write the code manually the android studio shows me the error: cannot resolve symbol @BindView
help me please