Migrate to the new kotlin-parcelize
问题 Can anyone please explain how to migrate to the new kotlin-parcelize ? I tried: Replace apply plugin: 'kotlin-android-extensions' with apply plugin: 'kotlin-parcelize' in app build.gradle Replace import kotlinx.android.parcel.Parcelize with import kotlinx.parcelize.Parcelize The latter one leads to Class 'ParcelZonedDateTime' is not abstract and does not implement abstract member public abstract fun describeContents(): Int defined in android.os.Parcelable on e.g. this code: import androidx