<@U0BFDUP0E> I still facing the below issue after...
# android
c
@jw I still facing the below issue after updating kotlin version to 1.3.40. public abstract fun writeToParcel(p0: Parcel!, p1: Int): Unit defined in android.os.Parcelable. Still I need to stick with androidExtensions { * experimental = true* * }* . Please clarify.
🙏 1
s
Yeah,
experimental = true
seems to be still required for @Parcelize
c
OK