EventBus icon indicating copy to clipboard operation
EventBus copied to clipboard

butterknife evenbuts can't work atthe same time

Open molele2 opened this issue 5 years ago • 2 comments

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'

molele2 avatar Apr 30 '19 20:04 molele2

butterknife and evenbuts can work together~

xianfeng92 avatar May 05 '19 07:05 xianfeng92

We also use Butterknife and EventBus in a project together, what exactly is not working? -Uwe

greenrobot-team avatar May 14 '19 06:05 greenrobot-team

88862F2D-4070-4F9F-889F-BFF773B5812F

write ur build gradle like this it works fine for me

tomridder avatar Mar 16 '23 09:03 tomridder

@tomridder Thanks. Closing as the original poster did not reply for a long time.

greenrobot-team avatar Mar 27 '23 12:03 greenrobot-team