Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Problem with SNAPSHOT #67

Open
hanibalsk opened this issue Sep 21, 2017 · 2 comments
Open

Problem with SNAPSHOT #67

hanibalsk opened this issue Sep 21, 2017 · 2 comments

Comments

@hanibalsk
Copy link

Hi Jake,

Yesterday you updated kotterknife. For some reason we got Unresolved reference: bindView.

We tried exclude groups for kotlin and support libs(we still using 25.4.0), but problem was still persisted. (Maybe binary compatibility or what)

Can you please try avoid of using snapshot without stable build? from "com.jakewharton:kotterknife:0.1.0-SNAPSHOT" to something like "com.jakewharton:kotterknife:0.1.1" , ... etc?

We did alternative solution for now: Uploaded to artifactory old library with different group name to work with ours builds. Thanks

@lucastsantos
Copy link

I also got this error. Is due to the change of the package name.
You could check your imports and replace all

butterknife.bindView

with

kotterknife.bindView

pardom-zz pushed a commit to pardom-zz/revl that referenced this issue Sep 21, 2017
Kotterknife's package name was changed without warning in the latest
release which broke references to it: JakeWharton/kotterknife#67

This commit points to the latest snapshot and fixes the package
references to reflect the change.
@hanibalsk
Copy link
Author

Nice :) Still using SNAPSHOT is silly. Our olders commits will not work with com.jakewharton:kotterknife:0.1.0-SNAPSHOT, and change of package name is worth of changing version.

We want to delete last com.jakewharton:kotterknife:0.1.0-SNAPSHOT and publish it at least as com.jakewharton:kotterknife:0.1.1-SNAPSHOT or old com.jakewharton:kotterknife:0.1.0-SNAPSHOT to publish as com.jakewharton:kotterknife:0.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants