i prefer just using the <https://github.com/johnca...
# android
j
i prefer just using the https://github.com/johncarl81/parceler lib with data classes
Copy code
@Parcel(Parcel.Serialization.BEAN)
data class MyClass(val value)
l
jan.rabe: Don’t you get reflection used warnings ?
j
not that i know
thought it's using annotation processing during compile time rather than reflection
l
Well I used it some time ago, but I used to get reflection being used warnings at compilation in same setup 😕