-
Hi guys, I am using decompose for navigation, when I create a class @Parcelize
data class CustomConfig(
val type: Type,
val text: String = ""
) : Parcelable {
enum class Type {
LIST,
DETAIL
}
}
as the parameter of navigation
and also I import
Is there someone who can help ? |
Beta Was this translation helpful? Give feedback.
Answered by
arkivanov
Sep 14, 2023
Replies: 1 comment 5 replies
-
Have you applied |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can just write
id(kotlin-parcelize)
. I would recommend usingid
for all plugins.