I upgraded my android studio to 3.4 canary and now I cannot successfully build anymore due to the following error:
android studio to 3.4 canary
The given artifact contains
Upgrade ButterKnife to latest version and make sure to add these into your build.gradle(app):
android { ... compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } }