This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
Error when included in project with butterknife #55
Comments
same here but with:
|
I have the same problem with @RoryKelly really need help |
The error is saying that there are multiple inclusions of Butterknife. Have either of you tried removing butterknife from the dependency? |
Yes Removing the butterknife dependency fixes the issue. Though if you have a large project and want to migrate to kotterknife it would be very useful to be able to use both simultaneously. I have embedded the kotlin file in my project for now. |
Is there any chance to avoid this problem? I got exact same error. I want to use 3rd party library, based on Java, which use Butterknife, but I already use in my project Kotterknife because it's fully written in Kotlin :( |
I would file an issue with the library that uses ButterKnife or just not
use a library that forces you use ButterKnife. It's a terrible idea on the
authors part to include a library like that for their own library.
…On Thu, Aug 24, 2017, 8:35 AM Maciej ***@***.***> wrote:
Is there any chance to avoid this problem? I got exact same error. I want
to use 3rd party library, based on Java, which use Butterknife, but I
already use in my project Kotterknife because it's fully written in Kotlin
:(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYJ0hrYtPzisqE1nh09XR59t_PjdCO7ks5sbXwwgaJpZM4Nosc9>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in an app I'm slowly moving over to kotlin in Build.gradle I add in:
When I Build it fails with:
The text was updated successfully, but these errors were encountered: