pardom
04/19/2019, 2:15 PMparcelize
feature, everything resolves in the IDE and when I decompile the @Parcelize
class in the project, it shows the generated Parcelable
implementation. However, the compilation fails with:
Class 'Foo' is not abstract and does not implement abstract member public abstract fun writeToParcel(p0: Parcel!, p1: Int): Unit defined in android.os.Parcelable
Does anyone know what might be wrong? Is there some race/application-order condition that would cause this?