Parcelable, minor: Rename MagicParcel to Parcelize
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ object Obj1 {
|
||||
object Obj2
|
||||
}
|
||||
|
||||
@MagicParcel
|
||||
@Parcelize
|
||||
data class Test(val o1: Obj1, val o2: Obj1.Obj2, val com: Com) : Parcelable {
|
||||
companion object Com {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user