kotterknife icon indicating copy to clipboard operation
kotterknife copied to clipboard

Problem with SNAPSHOT

Open hanibalsk opened this issue 7 years ago • 2 comments

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

hanibalsk avatar Sep 21 '17 16:09 hanibalsk

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

lucastsantos avatar Sep 21 '17 16:09 lucastsantos

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

hanibalsk avatar Sep 22 '17 09:09 hanibalsk