What happened to Parcelable? Used to work fine for...
# android
d
What happened to Parcelable? Used to work fine for me when it was experimental, now it gripes that "Class SOMECLASS is not abstract and does not implement abstract member public abstract fun writeToParcel(po: Parcel!, p1: Int): Unit defined in android.os.Parcelable
s
experimental = true
is still needed for IDE due to a bug
d
Argh. Thanks!