grandstaish/paperparcel

NoSuchMethodException: writeToParcel after upgrading to 2.0.5

koral-- opened this issue · 0 comments

java.lang.NoSuchMethodException: writeToParcel [class <stripped>.RouterData, class android.os.Parcel, int]
	at java.lang.Class.getMethod(Class.java:624)
	at java.lang.Class.getDeclaredMethod(Class.java:586)
	at paperparcel.PaperParcelable$DefaultImpls.writeToParcel(PaperParcelable.java:22)

It seems that https://github.com/grandstaish/paperparcel/pull/209/files caused this.