You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: