If I use `@Parcelize` with `@Composable`, I get `...
# compose
z
If I use
@Parcelize
with
@Composable
, I get
Copy code
01-30 05:38:29.981 8359-8359/com.zhuinden.firstcomposeapp E/AndroidRuntime: FATAL EXCEPTION: main
    Process: com.zhuinden.firstcomposeapp, PID: 8359
    java.lang.AbstractMethodError: abstract method "void android.os.Parcelable.writeToParcel(android.os.Parcel, int)"
        at android.os.Parcel.writeParcelable(Parcel.java:1416)