Hey Guys did anyone have issues in adding @OnClick...
# android
r
Hey Guys did anyone have issues in adding @OnClick annotation for kotlin activity using butterknife it doesn't look like the listener getting called
a
No, haven't had any issues.
r
did you use kotterknife? or just butterknife
I can see kotterknife is just for binding views
a
Butterknife
Copy code
@OnClick(R.id.startDayFab)
fun handleStartDayClick() = presenter.startUsersDay()
r
cool I'll check once again
thanks @annyce
👍 1