kotterknife
kotterknife copied to clipboard
Problem with SNAPSHOT
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
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
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