EventBus
EventBus copied to clipboard
butterknife evenbuts can't work atthe same time
apply plugin: 'com.jakewharton.butterknife'
classpath 'com.android.tools.build:gradle:3.4.0'
implementation 'com.jakewharton:butterknife:9.0.0-rc3'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc3'
implementation 'org.greenrobot:eventbus:3.1.1'
butterknife and evenbuts can work together~
We also use Butterknife and EventBus in a project together, what exactly is not working? -Uwe
write ur build gradle like this it works fine for me
@tomridder Thanks. Closing as the original poster did not reply for a long time.