Butterknife / Kotterknife incompatibility
tinsukE opened this issue · 0 comments
tinsukE commented
When using both butterknife 8.2.1 and kotterknife 0.1.0-SNAPSHOT, I get the following build error:
Error:Execution failed for task ':bux:transformClassesWithJarMergingForNightlyDebug'.
com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: butterknife/BuildConfig.class
I've examined the jars gradle downloads for both libraries and the butterknife/BuildConfig.class file is indeed present in both.
I guess changing the package of kotterknife to kotternife (I see it still uses butterknife as package) would solve this, right?