1.3.30
# android
j
1.3.30
🎉 8
đź‘Ť 13
🚀 4
a
Hmm 🤔 I’m on 1.3.31 and
@Parcelize
doesn’t work for me if I don’t enable
Copy code
androidExtensions {
    experimental = true
}
I get:
Copy code
Class 'Model' is not abstract and does not implement abstract member public abstract fun writeToParcel(p0: Parcel!, p1: Int): Unit defined in android.os.Parcelable
p
It's because it's experimental
a
🤔 but “1.3.30” was a reply to me asking in what version it stops being experimental
j
It wasn't cherry-picked into the release branch so it's 1.3.40
đź‘Ť 1