Hi, i know I’ve read somewhere that you can disabl...
# android
d
Hi, i know I’ve read somewhere that you can disable generating synthetic view properties with androidExtensions but still keep Parcelize work, anyone with some reference? I cant google it 😕
n
i was wondering this as well
a
I was thinking about the same thing yesterday https://youtrack.jetbrains.com/issue/KT-23244
Copy code
androidExtensions {
    experimental = true
    features = ["parcelize"]
}
d
hm. i see that I even commented this issue 😄 i need better memory
😄 1