🛠️ Fix crash related to R8
This commit is contained in:
parent
be56576ebc
commit
6bcfe72908
1 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
package ua.acclorite.book_story.domain.navigator
|
package ua.acclorite.book_story.domain.navigator
|
||||||
|
|
||||||
|
import android.os.Parcelable
|
||||||
import androidx.compose.runtime.Immutable
|
import androidx.compose.runtime.Immutable
|
||||||
import kotlinx.serialization.Serializable
|
import kotlinx.parcelize.Parcelize
|
||||||
|
|
||||||
@Immutable
|
@Immutable
|
||||||
@Serializable
|
@Parcelize
|
||||||
enum class StackEvent {
|
enum class StackEvent : Parcelable {
|
||||||
Default, Pop
|
Default, Pop
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue