Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit bc3315f

Browse files
committed
Remove Parcelize from sealed classes
1 parent 0fb1c09 commit bc3315f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

componentbox/src/commonMain/kotlin/com/dropbox/componentbox/foundation/Component.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.dropbox.componentbox.foundation
22

33
import kotlinx.serialization.Serializable
44

5-
@Parcelize
65
@Serializable
76
sealed class Component: Parcelable {
87

componentbox/src/commonMain/kotlin/com/dropbox/componentbox/foundation/ComponentBox.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package com.dropbox.componentbox.foundation
22

33
import kotlinx.serialization.Serializable
44

5-
@Parcelize
65
@Serializable
76
sealed class ComponentBox: Parcelable {
87
@Parcelize

0 commit comments

Comments
 (0)